HSL(113, 60%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(113,60%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(113, 60%, 52%) | color: hsl(113, 60%, 52%) | |
| HEX | #4CCE3B | color: #4CCE3B | |
| RGB | rgb(76, 206, 59) | color: rgb(76, 206, 59) | |
| CMYK | cmyk(63%, 0%, 71%, 19%) | — | |
| HSV | hsv(113, 71%, 81%) | — | |
| HWB | hwb(113 23% 19%) | color: hwb(113 23% 19%) | |
| OKLCH | oklch(0.7514 0.2165 141.46) | color: oklch(0.7514 0.2165 141.46) | |
| Lab | lab(73.54 -62.04 59.43) | color: lab(73.54 -62.04 59.43) | |
| LCH | lch(73.54 85.91 136.23) | color: lch(73.54 85.91 136.23) |
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)
#84855F — rgb(132, 133, 95)
Deuteranopia (Green-blind)
#7D7367 — rgb(125, 115, 103)
Tritanopia (Blue-blind)
#537B81 — rgb(83, 123, 129)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(113, 60%, 52%);
text
color: hsl(113, 60%, 52%);
border
border: 2px solid hsl(113, 60%, 52%);
gradient light
background: linear-gradient(to right, hsl(113, 60%, 72%), hsl(113, 60%, 52%));
gradient dark
background: linear-gradient(to right, hsl(113, 60%, 52%), hsl(113, 60%, 32%))
hex
background-color: #4CCE3B;
tailwind
bg-[hsl(113,60%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(113, 60%, 52%, 0.4);
css variable
--color-primary: hsl(113, 60%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(113, 60%, 52%)?
HEX: #4CCE3B | RGB: rgb(76, 206, 59) | CMYK: 63%, 0%, 71%, 19% | HSV: 113°, 71%, 81%. Copy any format from the conversion table above.
What colors go well with #4CCE3B?
The complementary color is HSL(293, 60%, 52%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(113, 60%, 52%) in CSS?
As HSL: color: hsl(113, 60%, 52%); — As HEX: color: #4CCE3B; — As RGB: color: rgb(76, 206, 59); — Tailwind CSS: bg-[hsl(113,60%,52%)] — CSS variable: --color-primary: hsl(113, 60%, 52%);