HSL(116, 67%, 65%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,67%,65%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 67%, 65%) | color: hsl(116, 67%, 65%) | |
| HEX | #72E26A | color: #72E26A | |
| RGB | rgb(114, 226, 106) | color: rgb(114, 226, 106) | |
| CMYK | cmyk(50%, 0%, 53%, 11%) | — | |
| HSV | hsv(116, 53%, 89%) | — | |
| HWB | hwb(116 42% 11%) | color: hwb(116 42% 11%) | |
| OKLCH | oklch(0.8201 0.1898 142.38) | color: oklch(0.8201 0.1898 142.38) | |
| Lab | lab(81.3 -55.17 48.49) | color: lab(81.3 -55.17 48.49) | |
| LCH | lch(81.3 73.45 138.69) | color: lch(81.3 73.45 138.69) |
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)
#A2A487 — rgb(162, 164, 135)
Deuteranopia (Green-blind)
#9C948E — rgb(156, 148, 142)
Tritanopia (Blue-blind)
#789EA3 — rgb(120, 158, 163)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 67%, 65%);
text
color: hsl(116, 67%, 65%);
border
border: 2px solid hsl(116, 67%, 65%);
gradient light
background: linear-gradient(to right, hsl(116, 67%, 85%), hsl(116, 67%, 65%));
gradient dark
background: linear-gradient(to right, hsl(116, 67%, 65%), hsl(116, 67%, 45%))
hex
background-color: #72E26A;
tailwind
bg-[hsl(116,67%,65%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 67%, 65%, 0.4);
css variable
--color-primary: hsl(116, 67%, 65%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 67%, 65%)?
HEX: #72E26A | RGB: rgb(114, 226, 106) | CMYK: 50%, 0%, 53%, 11% | HSV: 116°, 53%, 89%. Copy any format from the conversion table above.
What colors go well with #72E26A?
The complementary color is HSL(296, 67%, 65%). 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, 67%, 65%) in CSS?
As HSL: color: hsl(116, 67%, 65%); — As HEX: color: #72E26A; — As RGB: color: rgb(114, 226, 106); — Tailwind CSS: bg-[hsl(116,67%,65%)] — CSS variable: --color-primary: hsl(116, 67%, 65%);