HSL(112, 80%, 47%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,80%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 80%, 47%) | color: hsl(112, 80%, 47%) | |
| HEX | #32D818 | color: #32D818 | |
| RGB | rgb(50, 216, 24) | color: rgb(50, 216, 24) | |
| CMYK | cmyk(77%, 0%, 89%, 15%) | — | |
| HSV | hsv(112, 89%, 85%) | — | |
| HWB | hwb(112 9% 15%) | color: hwb(112 9% 15%) | |
| OKLCH | oklch(0.7696 0.2497 141.59) | color: oklch(0.7696 0.2497 141.59) | |
| Lab | lab(75.98 -71.74 71.1) | color: lab(75.98 -71.74 71.1) | |
| LCH | lch(75.98 101 135.26) | color: lch(75.98 101 135.26) |
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)
#7A7B46 — rgb(122, 123, 70)
Deuteranopia (Green-blind)
#706452 — rgb(112, 100, 82)
Tritanopia (Blue-blind)
#3A6B73 — rgb(58, 107, 115)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 80%, 47%);
text
color: hsl(112, 80%, 47%);
border
border: 2px solid hsl(112, 80%, 47%);
gradient light
background: linear-gradient(to right, hsl(112, 80%, 67%), hsl(112, 80%, 47%));
gradient dark
background: linear-gradient(to right, hsl(112, 80%, 47%), hsl(112, 80%, 27%))
hex
background-color: #32D818;
tailwind
bg-[hsl(112,80%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 80%, 47%, 0.4);
css variable
--color-primary: hsl(112, 80%, 47%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 80%, 47%)?
HEX: #32D818 | RGB: rgb(50, 216, 24) | CMYK: 77%, 0%, 89%, 15% | HSV: 112°, 89%, 85%. Copy any format from the conversion table above.
What colors go well with #32D818?
The complementary color is HSL(292, 80%, 47%). For a triadic harmony, use hues 112°, 232°, and 352°. For analogous combinations, try hues 82° and 142°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(112, 80%, 47%) in CSS?
As HSL: color: hsl(112, 80%, 47%); — As HEX: color: #32D818; — As RGB: color: rgb(50, 216, 24); — Tailwind CSS: bg-[hsl(112,80%,47%)] — CSS variable: --color-primary: hsl(112, 80%, 47%);