HSL(116, 40%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,40%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 40%, 59%) | color: hsl(116, 40%, 59%) | |
| HEX | #72C06D | color: #72C06D | |
| RGB | rgb(114, 192, 109) | color: rgb(114, 192, 109) | |
| CMYK | cmyk(41%, 0%, 43%, 25%) | — | |
| HSV | hsv(116, 43%, 75%) | — | |
| HWB | hwb(116 43% 25%) | color: hwb(116 43% 25%) | |
| OKLCH | oklch(0.7371 0.1394 142.74) | color: oklch(0.7371 0.1394 142.74) | |
| Lab | lab(71.13 -40.72 34.42) | color: lab(71.13 -40.72 34.42) | |
| LCH | lch(71.13 53.32 139.79) | color: lch(71.13 53.32 139.79) |
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)
#949481 — rgb(148, 148, 129)
Deuteranopia (Green-blind)
#8F8986 — rgb(143, 137, 134)
Tritanopia (Blue-blind)
#769194 — rgb(118, 145, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 40%, 59%);
text
color: hsl(116, 40%, 59%);
border
border: 2px solid hsl(116, 40%, 59%);
gradient light
background: linear-gradient(to right, hsl(116, 40%, 79%), hsl(116, 40%, 59%));
gradient dark
background: linear-gradient(to right, hsl(116, 40%, 59%), hsl(116, 40%, 39%))
hex
background-color: #72C06D;
tailwind
bg-[hsl(116,40%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 40%, 59%, 0.4);
css variable
--color-primary: hsl(116, 40%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 40%, 59%)?
HEX: #72C06D | RGB: rgb(114, 192, 109) | CMYK: 41%, 0%, 43%, 25% | HSV: 116°, 43%, 75%. Copy any format from the conversion table above.
What colors go well with #72C06D?
The complementary color is HSL(296, 40%, 59%). For a triadic harmony, use hues 116°, 236°, and 356°. For analogous combinations, try hues 86° and 146°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(116, 40%, 59%) in CSS?
As HSL: color: hsl(116, 40%, 59%); — As HEX: color: #72C06D; — As RGB: color: rgb(114, 192, 109); — Tailwind CSS: bg-[hsl(116,40%,59%)] — CSS variable: --color-primary: hsl(116, 40%, 59%);