HSL(81, 75%, 42%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(81,75%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(81, 75%, 42%) | color: hsl(81, 75%, 42%) | |
| HEX | #83BB1B | color: #83BB1B | |
| RGB | rgb(131, 187, 27) | color: rgb(131, 187, 27) | |
| CMYK | cmyk(30%, 0%, 86%, 27%) | — | |
| HSV | hsv(81, 86%, 73%) | — | |
| HWB | hwb(81 10% 27%) | color: hwb(81 10% 27%) | |
| OKLCH | oklch(0.7262 0.1839 128.53) | color: oklch(0.7262 0.1839 128.53) | |
| Lab | lab(69.78 -39.75 66.27) | color: lab(69.78 -39.75 66.27) | |
| LCH | lch(69.78 77.28 120.96) | color: lch(69.78 77.28 120.96) |
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)
#9B9C42 — rgb(155, 156, 66)
Deuteranopia (Green-blind)
#98944B — rgb(152, 148, 75)
Tritanopia (Blue-blind)
#866067 — rgb(134, 96, 103)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(81, 75%, 42%);
text
color: hsl(81, 75%, 42%);
border
border: 2px solid hsl(81, 75%, 42%);
gradient light
background: linear-gradient(to right, hsl(81, 75%, 62%), hsl(81, 75%, 42%));
gradient dark
background: linear-gradient(to right, hsl(81, 75%, 42%), hsl(81, 75%, 22%))
hex
background-color: #83BB1B;
tailwind
bg-[hsl(81,75%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(81, 75%, 42%, 0.4);
css variable
--color-primary: hsl(81, 75%, 42%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(81, 75%, 42%)?
HEX: #83BB1B | RGB: rgb(131, 187, 27) | CMYK: 30%, 0%, 86%, 27% | HSV: 81°, 86%, 73%. Copy any format from the conversion table above.
What colors go well with #83BB1B?
The complementary color is HSL(261, 75%, 42%). For a triadic harmony, use hues 81°, 201°, and 321°. For analogous combinations, try hues 51° and 111°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(81, 75%, 42%) in CSS?
As HSL: color: hsl(81, 75%, 42%); — As HEX: color: #83BB1B; — As RGB: color: rgb(131, 187, 27); — Tailwind CSS: bg-[hsl(81,75%,42%)] — CSS variable: --color-primary: hsl(81, 75%, 42%);