HSL(112, 36%, 59%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,36%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 36%, 59%) | color: hsl(112, 36%, 59%) | |
| HEX | #7BBC71 | color: #7BBC71 | |
| RGB | rgb(123, 188, 113) | color: rgb(123, 188, 113) | |
| CMYK | cmyk(35%, 0%, 40%, 26%) | — | |
| HSV | hsv(112, 40%, 74%) | — | |
| HWB | hwb(112 44% 26%) | color: hwb(112 44% 26%) | |
| OKLCH | oklch(0.7328 0.1242 141.15) | color: oklch(0.7328 0.1242 141.15) | |
| Lab | lab(70.43 -35.44 31.54) | color: lab(70.43 -35.44 31.54) | |
| LCH | lch(70.43 47.44 138.33) | color: lch(70.43 47.44 138.33) |
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)
#979883 — rgb(151, 152, 131)
Deuteranopia (Green-blind)
#938F88 — rgb(147, 143, 136)
Tritanopia (Blue-blind)
#7E9195 — rgb(126, 145, 149)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 36%, 59%);
text
color: hsl(112, 36%, 59%);
border
border: 2px solid hsl(112, 36%, 59%);
gradient light
background: linear-gradient(to right, hsl(112, 36%, 79%), hsl(112, 36%, 59%));
gradient dark
background: linear-gradient(to right, hsl(112, 36%, 59%), hsl(112, 36%, 39%))
hex
background-color: #7BBC71;
tailwind
bg-[hsl(112,36%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 36%, 59%, 0.4);
css variable
--color-primary: hsl(112, 36%, 59%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 36%, 59%)?
HEX: #7BBC71 | RGB: rgb(123, 188, 113) | CMYK: 35%, 0%, 40%, 26% | HSV: 112°, 40%, 74%. Copy any format from the conversion table above.
What colors go well with #7BBC71?
The complementary color is HSL(292, 36%, 59%). 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, 36%, 59%) in CSS?
As HSL: color: hsl(112, 36%, 59%); — As HEX: color: #7BBC71; — As RGB: color: rgb(123, 188, 113); — Tailwind CSS: bg-[hsl(112,36%,59%)] — CSS variable: --color-primary: hsl(112, 36%, 59%);