HSL(128, 100%, 70%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,100%,70%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 100%, 70%) color: hsl(128, 100%, 70%)
HEX #66FF7A color: #66FF7A
RGB rgb(102, 255, 122) color: rgb(102, 255, 122)
CMYK cmyk(60%, 0%, 52%, 0%)
HSV hsv(128, 60%, 100%)
HWB hwb(128 40% 0%) color: hwb(128 40% 0%)
OKLCH oklch(0.8891 0.2186 145.79) color: oklch(0.8891 0.2186 145.79)
Lab lab(89.74 -66.81 51.21) color: lab(89.74 -66.81 51.21)
LCH lch(89.74 84.18 142.53) color: lch(89.74 84.18 142.53)

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.3:1
vs Black 16.15: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)

#A8AA9A — rgb(168, 170, 154)

Deuteranopia (Green-blind)

#9F94A2 — rgb(159, 148, 162)

Tritanopia (Blue-blind)

#6EB4B9 — rgb(110, 180, 185)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 100%, 70%);

text

color: hsl(128, 100%, 70%);

border

border: 2px solid hsl(128, 100%, 70%);

gradient light

background: linear-gradient(to right, hsl(128, 100%, 90%), hsl(128, 100%, 70%));

gradient dark

background: linear-gradient(to right, hsl(128, 100%, 70%), hsl(128, 100%, 50%))

hex

background-color: #66FF7A;

tailwind

bg-[hsl(128,100%,70%)]

box shadow

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

css variable

--color-primary: hsl(128, 100%, 70%);

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, 100%, 70%)?

HEX: #66FF7A | RGB: rgb(102, 255, 122) | CMYK: 60%, 0%, 52%, 0% | HSV: 128°, 60%, 100%. Copy any format from the conversion table above.

What colors go well with #66FF7A?

The complementary color is HSL(308, 100%, 70%). 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, 100%, 70%) in CSS?

As HSL: color: hsl(128, 100%, 70%); — As HEX: color: #66FF7A; — As RGB: color: rgb(102, 255, 122); — Tailwind CSS: bg-[hsl(128,100%,70%)] — CSS variable: --color-primary: hsl(128, 100%, 70%);