HSL(117, 75%, 51%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(117,75%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 75%, 51%) | color: hsl(117, 75%, 51%) | |
| HEX | #2EE024 | color: #2EE024 | |
| RGB | rgb(46, 224, 36) | color: rgb(46, 224, 36) | |
| CMYK | cmyk(79%, 0%, 84%, 12%) | — | |
| HSV | hsv(117, 84%, 88%) | — | |
| HWB | hwb(117 14% 12%) | color: hwb(117 14% 12%) | |
| OKLCH | oklch(0.7903 0.2548 142.26) | color: oklch(0.7903 0.2548 142.26) | |
| Lab | lab(78.47 -74.12 70.84) | color: lab(78.47 -74.12 70.84) | |
| LCH | lch(78.47 102.53 136.3) | color: lch(78.47 102.53 136.3) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#7B7D51 — rgb(123, 125, 81)
Deuteranopia (Green-blind)
#71635C — rgb(113, 99, 92)
Tritanopia (Blue-blind)
#37757D — rgb(55, 117, 125)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 75%, 51%);
text
color: hsl(117, 75%, 51%);
border
border: 2px solid hsl(117, 75%, 51%);
gradient light
background: linear-gradient(to right, hsl(117, 75%, 71%), hsl(117, 75%, 51%));
gradient dark
background: linear-gradient(to right, hsl(117, 75%, 51%), hsl(117, 75%, 31%))
hex
background-color: #2EE024;
tailwind
bg-[hsl(117,75%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 75%, 51%, 0.4);
css variable
--color-primary: hsl(117, 75%, 51%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(117, 75%, 51%)?
HEX: #2EE024 | RGB: rgb(46, 224, 36) | CMYK: 79%, 0%, 84%, 12% | HSV: 117°, 84%, 88%. Copy any format from the conversion table above.
What colors go well with #2EE024?
The complementary color is HSL(297, 75%, 51%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 75%, 51%) in CSS?
As HSL: color: hsl(117, 75%, 51%); — As HEX: color: #2EE024; — As RGB: color: rgb(46, 224, 36); — Tailwind CSS: bg-[hsl(117,75%,51%)] — CSS variable: --color-primary: hsl(117, 75%, 51%);