HSL(88, 80%, 33%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(88,80%,33%)]

Color Conversions

Format Value CSS Usage
HSL hsl(88, 80%, 33%) color: hsl(88, 80%, 33%)
HEX #599711 color: #599711
RGB rgb(89, 151, 17) color: rgb(89, 151, 17)
CMYK cmyk(41%, 0%, 89%, 41%)
HSV hsv(88, 89%, 59%)
HWB hwb(88 6% 41%) color: hwb(88 6% 41%)
OKLCH oklch(0.6106 0.1665 132.96) color: oklch(0.6106 0.1665 132.96)
Lab lab(56.38 -40.08 56.09) color: lab(56.38 -40.08 56.09)
LCH lch(56.38 68.94 125.55) color: lch(56.38 68.94 125.55)

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 3.58:1
vs Black 5.86:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#747431 — rgb(116, 116, 49)

Deuteranopia (Green-blind)

#706C39 — rgb(112, 108, 57)

Tritanopia (Blue-blind)

#5C4B51 — rgb(92, 75, 81)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(88, 80%, 33%);

text

color: hsl(88, 80%, 33%);

border

border: 2px solid hsl(88, 80%, 33%);

gradient light

background: linear-gradient(to right, hsl(88, 80%, 53%), hsl(88, 80%, 33%));

gradient dark

background: linear-gradient(to right, hsl(88, 80%, 33%), hsl(88, 80%, 13%))

hex

background-color: #599711;

tailwind

bg-[hsl(88,80%,33%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(88, 80%, 33%, 0.4);

css variable

--color-primary: hsl(88, 80%, 33%);

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(88, 80%, 33%)?

HEX: #599711 | RGB: rgb(89, 151, 17) | CMYK: 41%, 0%, 89%, 41% | HSV: 88°, 89%, 59%. Copy any format from the conversion table above.

What colors go well with #599711?

The complementary color is HSL(268, 80%, 33%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(88, 80%, 33%) in CSS?

As HSL: color: hsl(88, 80%, 33%); — As HEX: color: #599711; — As RGB: color: rgb(89, 151, 17); — Tailwind CSS: bg-[hsl(88,80%,33%)] — CSS variable: --color-primary: hsl(88, 80%, 33%);