HSL(112, 82%, 37%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,82%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 82%, 37%) | color: hsl(112, 82%, 37%) | |
| HEX | #26AC11 | color: #26AC11 | |
| RGB | rgb(38, 172, 17) | color: rgb(38, 172, 17) | |
| CMYK | cmyk(78%, 0%, 90%, 33%) | — | |
| HSV | hsv(112, 90%, 67%) | — | |
| HWB | hwb(112 7% 33%) | color: hwb(112 7% 33%) | |
| OKLCH | oklch(0.6494 0.2105 141.58) | color: oklch(0.6494 0.2105 141.58) | |
| Lab | lab(61.62 -60.49 59.95) | color: lab(61.62 -60.49 59.95) | |
| LCH | lch(61.62 85.16 135.26) | color: lch(61.62 85.16 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)
#606137 — rgb(96, 97, 55)
Deuteranopia (Green-blind)
#584E40 — rgb(88, 78, 64)
Tritanopia (Blue-blind)
#2D545B — rgb(45, 84, 91)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 82%, 37%);
text
color: hsl(112, 82%, 37%);
border
border: 2px solid hsl(112, 82%, 37%);
gradient light
background: linear-gradient(to right, hsl(112, 82%, 57%), hsl(112, 82%, 37%));
gradient dark
background: linear-gradient(to right, hsl(112, 82%, 37%), hsl(112, 82%, 17%))
hex
background-color: #26AC11;
tailwind
bg-[hsl(112,82%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 82%, 37%, 0.4);
css variable
--color-primary: hsl(112, 82%, 37%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 82%, 37%)?
HEX: #26AC11 | RGB: rgb(38, 172, 17) | CMYK: 78%, 0%, 90%, 33% | HSV: 112°, 90%, 67%. Copy any format from the conversion table above.
What colors go well with #26AC11?
The complementary color is HSL(292, 82%, 37%). 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, 82%, 37%) in CSS?
As HSL: color: hsl(112, 82%, 37%); — As HEX: color: #26AC11; — As RGB: color: rgb(38, 172, 17); — Tailwind CSS: bg-[hsl(112,82%,37%)] — CSS variable: --color-primary: hsl(112, 82%, 37%);