HSL(107, 86%, 39%)
Green — Green color
Adjust Color
Color Information
Color Name
Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(107,86%,39%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(107, 86%, 39%) | color: hsl(107, 86%, 39%) | |
| HEX | #33B90E | color: #33B90E | |
| RGB | rgb(51, 185, 14) | color: rgb(51, 185, 14) | |
| CMYK | cmyk(72%, 0%, 92%, 27%) | — | |
| HSV | hsv(107, 92%, 73%) | — | |
| HWB | hwb(107 6% 27%) | color: hwb(107 6% 27%) | |
| OKLCH | oklch(0.6872 0.2209 140.78) | color: oklch(0.6872 0.2209 140.78) | |
| Lab | lab(66.08 -62.52 64.32) | color: lab(66.08 -62.52 64.32) | |
| LCH | lch(66.08 89.7 134.19) | color: lch(66.08 89.7 134.19) |
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)
#6D6E37 — rgb(109, 110, 55)
Deuteranopia (Green-blind)
#655B41 — rgb(101, 91, 65)
Tritanopia (Blue-blind)
#3A585F — rgb(58, 88, 95)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(107, 86%, 39%);
text
color: hsl(107, 86%, 39%);
border
border: 2px solid hsl(107, 86%, 39%);
gradient light
background: linear-gradient(to right, hsl(107, 86%, 59%), hsl(107, 86%, 39%));
gradient dark
background: linear-gradient(to right, hsl(107, 86%, 39%), hsl(107, 86%, 19%))
hex
background-color: #33B90E;
tailwind
bg-[hsl(107,86%,39%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(107, 86%, 39%, 0.4);
css variable
--color-primary: hsl(107, 86%, 39%);
Related Colors
Use Cases for Green
Frequently Asked Questions
What are all the color codes for HSL(107, 86%, 39%)?
HEX: #33B90E | RGB: rgb(51, 185, 14) | CMYK: 72%, 0%, 92%, 27% | HSV: 107°, 92%, 73%. Copy any format from the conversion table above.
What colors go well with #33B90E?
The complementary color is HSL(287, 86%, 39%). For a triadic harmony, use hues 107°, 227°, and 347°. For analogous combinations, try hues 77° and 137°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(107, 86%, 39%) in CSS?
As HSL: color: hsl(107, 86%, 39%); — As HEX: color: #33B90E; — As RGB: color: rgb(51, 185, 14); — Tailwind CSS: bg-[hsl(107,86%,39%)] — CSS variable: --color-primary: hsl(107, 86%, 39%);