HSL(111, 49%, 52%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,49%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 49%, 52%) | color: hsl(111, 49%, 52%) | |
| HEX | #5BC149 | color: #5BC149 | |
| RGB | rgb(91, 193, 73) | color: rgb(91, 193, 73) | |
| CMYK | cmyk(53%, 0%, 62%, 24%) | — | |
| HSV | hsv(111, 62%, 76%) | — | |
| HWB | hwb(111 29% 24%) | color: hwb(111 29% 24%) | |
| OKLCH | oklch(0.7244 0.185 140.79) | color: oklch(0.7244 0.185 140.79) | |
| Lab | lab(70.07 -52.39 50.19) | color: lab(70.07 -52.39 50.19) | |
| LCH | lch(70.07 72.55 136.23) | color: lch(70.07 72.55 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)
#878866 — rgb(135, 136, 102)
Deuteranopia (Green-blind)
#817A6D — rgb(129, 122, 109)
Tritanopia (Blue-blind)
#607D82 — rgb(96, 125, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 49%, 52%);
text
color: hsl(111, 49%, 52%);
border
border: 2px solid hsl(111, 49%, 52%);
gradient light
background: linear-gradient(to right, hsl(111, 49%, 72%), hsl(111, 49%, 52%));
gradient dark
background: linear-gradient(to right, hsl(111, 49%, 52%), hsl(111, 49%, 32%))
hex
background-color: #5BC149;
tailwind
bg-[hsl(111,49%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 49%, 52%, 0.4);
css variable
--color-primary: hsl(111, 49%, 52%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 49%, 52%)?
HEX: #5BC149 | RGB: rgb(91, 193, 73) | CMYK: 53%, 0%, 62%, 24% | HSV: 111°, 62%, 76%. Copy any format from the conversion table above.
What colors go well with #5BC149?
The complementary color is HSL(291, 49%, 52%). For a triadic harmony, use hues 111°, 231°, and 351°. For analogous combinations, try hues 81° and 141°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(111, 49%, 52%) in CSS?
As HSL: color: hsl(111, 49%, 52%); — As HEX: color: #5BC149; — As RGB: color: rgb(91, 193, 73); — Tailwind CSS: bg-[hsl(111,49%,52%)] — CSS variable: --color-primary: hsl(111, 49%, 52%);