HSL(97, 64%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(97,64%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 64%, 41%) color: hsl(97, 64%, 41%)
HEX #59AB26 color: #59AB26
RGB rgb(89, 171, 38) color: rgb(89, 171, 38)
CMYK cmyk(48%, 0%, 78%, 33%)
HSV hsv(97, 78%, 67%)
HWB hwb(97 15% 33%) color: hwb(97 15% 33%)
OKLCH oklch(0.6639 0.1816 136.43) color: oklch(0.6639 0.1816 136.43)
Lab lab(62.83 -47.28 56.23) color: lab(62.83 -47.28 56.23)
LCH lch(62.83 73.47 130.06) color: lch(62.83 73.47 130.06)

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.89:1
vs Black 7.28: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)

#7D7D46 — rgb(125, 125, 70)

Deuteranopia (Green-blind)

#78724E — rgb(120, 114, 78)

Tritanopia (Blue-blind)

#5D6065 — rgb(93, 96, 101)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 64%, 41%);

text

color: hsl(97, 64%, 41%);

border

border: 2px solid hsl(97, 64%, 41%);

gradient light

background: linear-gradient(to right, hsl(97, 64%, 61%), hsl(97, 64%, 41%));

gradient dark

background: linear-gradient(to right, hsl(97, 64%, 41%), hsl(97, 64%, 21%))

hex

background-color: #59AB26;

tailwind

bg-[hsl(97,64%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(97, 64%, 41%, 0.4);

css variable

--color-primary: hsl(97, 64%, 41%);

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(97, 64%, 41%)?

HEX: #59AB26 | RGB: rgb(89, 171, 38) | CMYK: 48%, 0%, 78%, 33% | HSV: 97°, 78%, 67%. Copy any format from the conversion table above.

What colors go well with #59AB26?

The complementary color is HSL(277, 64%, 41%). For a triadic harmony, use hues 97°, 217°, and 337°. For analogous combinations, try hues 67° and 127°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(97, 64%, 41%) in CSS?

As HSL: color: hsl(97, 64%, 41%); — As HEX: color: #59AB26; — As RGB: color: rgb(89, 171, 38); — Tailwind CSS: bg-[hsl(97,64%,41%)] — CSS variable: --color-primary: hsl(97, 64%, 41%);