HSL(89, 92%, 68%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(89,92%,68%)]

Color Conversions

Format Value CSS Usage
HSL hsl(89, 92%, 68%) color: hsl(89, 92%, 68%)
HEX #B0F862 color: #B0F862
RGB rgb(176, 248, 98) color: rgb(176, 248, 98)
CMYK cmyk(29%, 0%, 60%, 3%)
HSV hsv(89, 60%, 97%)
HWB hwb(89 39% 3%) color: hwb(89 39% 3%)
OKLCH oklch(0.9021 0.1944 131.04) color: oklch(0.9021 0.1944 131.04)
Lab lab(90.43 -45.48 63.31) color: lab(90.43 -45.48 63.31)
LCH lch(90.43 77.95 125.69) color: lch(90.43 77.95 125.69)

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.28:1
vs Black 16.45: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)

#CFD086 — rgb(207, 208, 134)

Deuteranopia (Green-blind)

#CBC68F — rgb(203, 198, 143)

Tritanopia (Blue-blind)

#B4A3A9 — rgb(180, 163, 169)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(89, 92%, 68%);

text

color: hsl(89, 92%, 68%);

border

border: 2px solid hsl(89, 92%, 68%);

gradient light

background: linear-gradient(to right, hsl(89, 92%, 88%), hsl(89, 92%, 68%));

gradient dark

background: linear-gradient(to right, hsl(89, 92%, 68%), hsl(89, 92%, 48%))

hex

background-color: #B0F862;

tailwind

bg-[hsl(89,92%,68%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(89, 92%, 68%, 0.4);

css variable

--color-primary: hsl(89, 92%, 68%);

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(89, 92%, 68%)?

HEX: #B0F862 | RGB: rgb(176, 248, 98) | CMYK: 29%, 0%, 60%, 3% | HSV: 89°, 60%, 97%. Copy any format from the conversion table above.

What colors go well with #B0F862?

The complementary color is HSL(269, 92%, 68%). For a triadic harmony, use hues 89°, 209°, and 329°. For analogous combinations, try hues 59° and 119°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(89, 92%, 68%) in CSS?

As HSL: color: hsl(89, 92%, 68%); — As HEX: color: #B0F862; — As RGB: color: rgb(176, 248, 98); — Tailwind CSS: bg-[hsl(89,92%,68%)] — CSS variable: --color-primary: hsl(89, 92%, 68%);