HSL(112, 80%, 57%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,80%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 80%, 57%) | color: hsl(112, 80%, 57%) | |
| HEX | #51E93A | color: #51E93A | |
| RGB | rgb(81, 233, 58) | color: rgb(81, 233, 58) | |
| CMYK | cmyk(65%, 0%, 75%, 9%) | — | |
| HSV | hsv(112, 75%, 91%) | — | |
| HWB | hwb(112 23% 9%) | color: hwb(112 23% 9%) | |
| OKLCH | oklch(0.8219 0.2451 141.29) | color: oklch(0.8219 0.2451 141.29) | |
| Lab | lab(82.02 -70.02 68.31) | color: lab(82.02 -70.02 68.31) | |
| LCH | lch(82.02 97.82 135.71) | color: lch(82.02 97.82 135.71) |
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)
#939464 — rgb(147, 148, 100)
Deuteranopia (Green-blind)
#8A7F6F — rgb(138, 127, 111)
Tritanopia (Blue-blind)
#59868D — rgb(89, 134, 141)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 80%, 57%);
text
color: hsl(112, 80%, 57%);
border
border: 2px solid hsl(112, 80%, 57%);
gradient light
background: linear-gradient(to right, hsl(112, 80%, 77%), hsl(112, 80%, 57%));
gradient dark
background: linear-gradient(to right, hsl(112, 80%, 57%), hsl(112, 80%, 37%))
hex
background-color: #51E93A;
tailwind
bg-[hsl(112,80%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 80%, 57%, 0.4);
css variable
--color-primary: hsl(112, 80%, 57%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 80%, 57%)?
HEX: #51E93A | RGB: rgb(81, 233, 58) | CMYK: 65%, 0%, 75%, 9% | HSV: 112°, 75%, 91%. Copy any format from the conversion table above.
What colors go well with #51E93A?
The complementary color is HSL(292, 80%, 57%). 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%, 57%) in CSS?
As HSL: color: hsl(112, 80%, 57%); — As HEX: color: #51E93A; — As RGB: color: rgb(81, 233, 58); — Tailwind CSS: bg-[hsl(112,80%,57%)] — CSS variable: --color-primary: hsl(112, 80%, 57%);