HSL(128, 94%, 71%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,94%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 94%, 71%) color: hsl(128, 94%, 71%)
HEX #70FB82 color: #70FB82
RGB rgb(112, 251, 130) color: rgb(112, 251, 130)
CMYK cmyk(55%, 0%, 48%, 2%)
HSV hsv(128, 55%, 98%)
HWB hwb(128 44% 2%) color: hwb(128 44% 2%)
OKLCH oklch(0.8837 0.2025 146.11) color: oklch(0.8837 0.2025 146.11)
Lab lab(88.94 -62.06 46.56) color: lab(88.94 -62.06 46.56)
LCH lch(88.94 77.58 143.12) color: lch(88.94 77.58 143.12)

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.33:1
vs Black 15.81: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)

#ACAD9F — rgb(172, 173, 159)

Deuteranopia (Green-blind)

#A49AA6 — rgb(164, 154, 166)

Tritanopia (Blue-blind)

#77B6BB — rgb(119, 182, 187)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 94%, 71%);

text

color: hsl(128, 94%, 71%);

border

border: 2px solid hsl(128, 94%, 71%);

gradient light

background: linear-gradient(to right, hsl(128, 94%, 91%), hsl(128, 94%, 71%));

gradient dark

background: linear-gradient(to right, hsl(128, 94%, 71%), hsl(128, 94%, 51%))

hex

background-color: #70FB82;

tailwind

bg-[hsl(128,94%,71%)]

box shadow

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

css variable

--color-primary: hsl(128, 94%, 71%);

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(128, 94%, 71%)?

HEX: #70FB82 | RGB: rgb(112, 251, 130) | CMYK: 55%, 0%, 48%, 2% | HSV: 128°, 55%, 98%. Copy any format from the conversion table above.

What colors go well with #70FB82?

The complementary color is HSL(308, 94%, 71%). For a triadic harmony, use hues 128°, 248°, and 8°. For analogous combinations, try hues 98° and 158°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(128, 94%, 71%) in CSS?

As HSL: color: hsl(128, 94%, 71%); — As HEX: color: #70FB82; — As RGB: color: rgb(112, 251, 130); — Tailwind CSS: bg-[hsl(128,94%,71%)] — CSS variable: --color-primary: hsl(128, 94%, 71%);