HSL(116, 59%, 53%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(116,59%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(116, 59%, 53%) | color: hsl(116, 59%, 53%) | |
| HEX | #4ACE40 | color: #4ACE40 | |
| RGB | rgb(74, 206, 64) | color: rgb(74, 206, 64) | |
| CMYK | cmyk(64%, 0%, 69%, 19%) | — | |
| HSV | hsv(116, 69%, 81%) | — | |
| HWB | hwb(116 25% 19%) | color: hwb(116 25% 19%) | |
| OKLCH | oklch(0.7512 0.2142 142.11) | color: oklch(0.7512 0.2142 142.11) | |
| Lab | lab(73.52 -62.06 57.51) | color: lab(73.52 -62.06 57.51) | |
| LCH | lch(73.52 84.61 137.18) | color: lch(73.52 84.61 137.18) |
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)
#838462 — rgb(131, 132, 98)
Deuteranopia (Green-blind)
#7C726B — rgb(124, 114, 107)
Tritanopia (Blue-blind)
#517D83 — rgb(81, 125, 131)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(116, 59%, 53%);
text
color: hsl(116, 59%, 53%);
border
border: 2px solid hsl(116, 59%, 53%);
gradient light
background: linear-gradient(to right, hsl(116, 59%, 73%), hsl(116, 59%, 53%));
gradient dark
background: linear-gradient(to right, hsl(116, 59%, 53%), hsl(116, 59%, 33%))
hex
background-color: #4ACE40;
tailwind
bg-[hsl(116,59%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(116, 59%, 53%, 0.4);
css variable
--color-primary: hsl(116, 59%, 53%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(116, 59%, 53%)?
HEX: #4ACE40 | RGB: rgb(74, 206, 64) | CMYK: 64%, 0%, 69%, 19% | HSV: 116°, 69%, 81%. Copy any format from the conversion table above.
What colors go well with #4ACE40?
The complementary color is HSL(296, 59%, 53%). 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, 59%, 53%) in CSS?
As HSL: color: hsl(116, 59%, 53%); — As HEX: color: #4ACE40; — As RGB: color: rgb(74, 206, 64); — Tailwind CSS: bg-[hsl(116,59%,53%)] — CSS variable: --color-primary: hsl(116, 59%, 53%);