HSL(111, 52%, 44%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(111,52%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(111, 52%, 44%) | color: hsl(111, 52%, 44%) | |
| HEX | #47AB36 | color: #47AB36 | |
| RGB | rgb(71, 171, 54) | color: rgb(71, 171, 54) | |
| CMYK | cmyk(58%, 0%, 68%, 33%) | — | |
| HSV | hsv(111, 68%, 67%) | — | |
| HWB | hwb(111 21% 33%) | color: hwb(111 21% 33%) | |
| OKLCH | oklch(0.6578 0.1803 140.94) | color: oklch(0.6578 0.1803 140.94) | |
| Lab | lab(62.28 -51.2 49.55) | color: lab(62.28 -51.2 49.55) | |
| LCH | lch(62.28 71.25 135.94) | color: lch(62.28 71.25 135.94) |
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)
#727352 — rgb(114, 115, 82)
Deuteranopia (Green-blind)
#6D6559 — rgb(109, 101, 89)
Tritanopia (Blue-blind)
#4C696E — rgb(76, 105, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(111, 52%, 44%);
text
color: hsl(111, 52%, 44%);
border
border: 2px solid hsl(111, 52%, 44%);
gradient light
background: linear-gradient(to right, hsl(111, 52%, 64%), hsl(111, 52%, 44%));
gradient dark
background: linear-gradient(to right, hsl(111, 52%, 44%), hsl(111, 52%, 24%))
hex
background-color: #47AB36;
tailwind
bg-[hsl(111,52%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(111, 52%, 44%, 0.4);
css variable
--color-primary: hsl(111, 52%, 44%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(111, 52%, 44%)?
HEX: #47AB36 | RGB: rgb(71, 171, 54) | CMYK: 58%, 0%, 68%, 33% | HSV: 111°, 68%, 67%. Copy any format from the conversion table above.
What colors go well with #47AB36?
The complementary color is HSL(291, 52%, 44%). 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, 52%, 44%) in CSS?
As HSL: color: hsl(111, 52%, 44%); — As HEX: color: #47AB36; — As RGB: color: rgb(71, 171, 54); — Tailwind CSS: bg-[hsl(111,52%,44%)] — CSS variable: --color-primary: hsl(111, 52%, 44%);