HSL(109, 49%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(109,49%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(109, 49%, 52%) | color: hsl(109, 49%, 52%) | |
| HEX | #5FC149 | color: #5FC149 | |
| RGB | rgb(95, 193, 73) | color: rgb(95, 193, 73) | |
| CMYK | cmyk(51%, 0%, 62%, 24%) | — | |
| HSV | hsv(109, 62%, 76%) | — | |
| HWB | hwb(109 29% 24%) | color: hwb(109 29% 24%) | |
| OKLCH | oklch(0.726 0.1831 140.14) | color: oklch(0.726 0.1831 140.14) | |
| Lab | lab(70.21 -51.28 50.39) | color: lab(70.21 -51.28 50.39) | |
| LCH | lch(70.21 71.89 135.5) | color: lch(70.21 71.89 135.5) |
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)
#898A66 — rgb(137, 138, 102)
Deuteranopia (Green-blind)
#847C6D — rgb(132, 124, 109)
Tritanopia (Blue-blind)
#647D82 — rgb(100, 125, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(109, 49%, 52%);
text
color: hsl(109, 49%, 52%);
border
border: 2px solid hsl(109, 49%, 52%);
gradient light
background: linear-gradient(to right, hsl(109, 49%, 72%), hsl(109, 49%, 52%));
gradient dark
background: linear-gradient(to right, hsl(109, 49%, 52%), hsl(109, 49%, 32%))
hex
background-color: #5FC149;
tailwind
bg-[hsl(109,49%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(109, 49%, 52%, 0.4);
css variable
--color-primary: hsl(109, 49%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(109, 49%, 52%)?
HEX: #5FC149 | RGB: rgb(95, 193, 73) | CMYK: 51%, 0%, 62%, 24% | HSV: 109°, 62%, 76%. Copy any format from the conversion table above.
What colors go well with #5FC149?
The complementary color is HSL(289, 49%, 52%). For a triadic harmony, use hues 109°, 229°, and 349°. For analogous combinations, try hues 79° and 139°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(109, 49%, 52%) in CSS?
As HSL: color: hsl(109, 49%, 52%); — As HEX: color: #5FC149; — As RGB: color: rgb(95, 193, 73); — Tailwind CSS: bg-[hsl(109,49%,52%)] — CSS variable: --color-primary: hsl(109, 49%, 52%);