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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.6:1
vs Black 8.09:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

Success states Eco/nature brands Finance apps Health apps Confirm buttons

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%);