HSL(97, 94%, 62%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(97,94%,62%)]

Color Conversions

Format Value CSS Usage
HSL hsl(97, 94%, 62%) color: hsl(97, 94%, 62%)
HEX #89F943 color: #89F943
RGB rgb(137, 249, 67) color: rgb(137, 249, 67)
CMYK cmyk(45%, 0%, 73%, 2%)
HSV hsv(97, 73%, 98%)
HWB hwb(97 26% 2%) color: hwb(97 26% 2%)
OKLCH oklch(0.882 0.2349 136.17) color: oklch(0.882 0.2349 136.17)
Lab lab(88.67 -60.89 72.55) color: lab(88.67 -60.89 72.55)
LCH lch(88.67 94.72 130.01) color: lch(88.67 94.72 130.01)

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 1.34:1
vs Black 15.69: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)

#B9BB6F — rgb(185, 187, 111)

Deuteranopia (Green-blind)

#B3AB7A — rgb(179, 171, 122)

Tritanopia (Blue-blind)

#8F9299 — rgb(143, 146, 153)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(97, 94%, 62%);

text

color: hsl(97, 94%, 62%);

border

border: 2px solid hsl(97, 94%, 62%);

gradient light

background: linear-gradient(to right, hsl(97, 94%, 82%), hsl(97, 94%, 62%));

gradient dark

background: linear-gradient(to right, hsl(97, 94%, 62%), hsl(97, 94%, 42%))

hex

background-color: #89F943;

tailwind

bg-[hsl(97,94%,62%)]

box shadow

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

css variable

--color-primary: hsl(97, 94%, 62%);

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, 94%, 62%)?

HEX: #89F943 | RGB: rgb(137, 249, 67) | CMYK: 45%, 0%, 73%, 2% | HSV: 97°, 73%, 98%. Copy any format from the conversion table above.

What colors go well with #89F943?

The complementary color is HSL(277, 94%, 62%). 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, 94%, 62%) in CSS?

As HSL: color: hsl(97, 94%, 62%); — As HEX: color: #89F943; — As RGB: color: rgb(137, 249, 67); — Tailwind CSS: bg-[hsl(97,94%,62%)] — CSS variable: --color-primary: hsl(97, 94%, 62%);