HSL(112, 89%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(112,89%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(112, 89%, 39%) | color: hsl(112, 89%, 39%) | |
| HEX | #23BC0B | color: #23BC0B | |
| RGB | rgb(35, 188, 11) | color: rgb(35, 188, 11) | |
| CMYK | cmyk(81%, 0%, 94%, 26%) | — | |
| HSV | hsv(112, 94%, 74%) | — | |
| HWB | hwb(112 4% 26%) | color: hwb(112 4% 26%) | |
| OKLCH | oklch(0.6923 0.2284 141.74) | color: oklch(0.6923 0.2284 141.74) | |
| Lab | lab(66.78 -65.83 65.19) | color: lab(66.78 -65.83 65.19) | |
| LCH | lch(66.78 92.65 135.28) | color: lch(66.78 92.65 135.28) |
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)
#656736 — rgb(101, 103, 54)
Deuteranopia (Green-blind)
#5C5140 — rgb(92, 81, 64)
Tritanopia (Blue-blind)
#2B585F — rgb(43, 88, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(112, 89%, 39%);
text
color: hsl(112, 89%, 39%);
border
border: 2px solid hsl(112, 89%, 39%);
gradient light
background: linear-gradient(to right, hsl(112, 89%, 59%), hsl(112, 89%, 39%));
gradient dark
background: linear-gradient(to right, hsl(112, 89%, 39%), hsl(112, 89%, 19%))
hex
background-color: #23BC0B;
tailwind
bg-[hsl(112,89%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(112, 89%, 39%, 0.4);
css variable
--color-primary: hsl(112, 89%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(112, 89%, 39%)?
HEX: #23BC0B | RGB: rgb(35, 188, 11) | CMYK: 81%, 0%, 94%, 26% | HSV: 112°, 94%, 74%. Copy any format from the conversion table above.
What colors go well with #23BC0B?
The complementary color is HSL(292, 89%, 39%). 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, 89%, 39%) in CSS?
As HSL: color: hsl(112, 89%, 39%); — As HEX: color: #23BC0B; — As RGB: color: rgb(35, 188, 11); — Tailwind CSS: bg-[hsl(112,89%,39%)] — CSS variable: --color-primary: hsl(112, 89%, 39%);