HSL(122, 69%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(122,69%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(122, 69%, 59%) | color: hsl(122, 69%, 59%) | |
| HEX | #4EDF53 | color: #4EDF53 | |
| RGB | rgb(78, 223, 83) | color: rgb(78, 223, 83) | |
| CMYK | cmyk(65%, 0%, 63%, 13%) | — | |
| HSV | hsv(122, 65%, 87%) | — | |
| HWB | hwb(122 30% 13%) | color: hwb(122 30% 13%) | |
| OKLCH | oklch(0.7977 0.2195 143.67) | color: oklch(0.7977 0.2195 143.67) | |
| Lab | lab(79.05 -65.2 55.84) | color: lab(79.05 -65.2 55.84) | |
| LCH | lch(79.05 85.84 139.42) | color: lch(79.05 85.84 139.42) |
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)
#8D8E75 — rgb(141, 142, 117)
Deuteranopia (Green-blind)
#847A7D — rgb(132, 122, 125)
Tritanopia (Blue-blind)
#559096 — rgb(85, 144, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(122, 69%, 59%);
text
color: hsl(122, 69%, 59%);
border
border: 2px solid hsl(122, 69%, 59%);
gradient light
background: linear-gradient(to right, hsl(122, 69%, 79%), hsl(122, 69%, 59%));
gradient dark
background: linear-gradient(to right, hsl(122, 69%, 59%), hsl(122, 69%, 39%))
hex
background-color: #4EDF53;
tailwind
bg-[hsl(122,69%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(122, 69%, 59%, 0.4);
css variable
--color-primary: hsl(122, 69%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(122, 69%, 59%)?
HEX: #4EDF53 | RGB: rgb(78, 223, 83) | CMYK: 65%, 0%, 63%, 13% | HSV: 122°, 65%, 87%. Copy any format from the conversion table above.
What colors go well with #4EDF53?
The complementary color is HSL(302, 69%, 59%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(122, 69%, 59%) in CSS?
As HSL: color: hsl(122, 69%, 59%); — As HEX: color: #4EDF53; — As RGB: color: rgb(78, 223, 83); — Tailwind CSS: bg-[hsl(122,69%,59%)] — CSS variable: --color-primary: hsl(122, 69%, 59%);