HSL(128, 87%, 73%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,87%,73%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 87%, 73%) color: hsl(128, 87%, 73%)
HEX #7EF68E color: #7EF68E
RGB rgb(126, 246, 142) color: rgb(126, 246, 142)
CMYK cmyk(49%, 0%, 42%, 4%)
HSV hsv(128, 49%, 96%)
HWB hwb(128 49% 4%) color: hwb(128 49% 4%)
OKLCH oklch(0.8787 0.1785 146.69) color: oklch(0.8787 0.1785 146.69)
Lab lab(88.11 -54.94 39.82) color: lab(88.11 -54.94 39.82)
LCH lch(88.11 67.85 144.07) color: lch(88.11 67.85 144.07)

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.36:1
vs Black 15.46: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)

#B2B3A7 — rgb(178, 179, 167)

Deuteranopia (Green-blind)

#ABA2AD — rgb(171, 162, 173)

Tritanopia (Blue-blind)

#84BBBF — rgb(132, 187, 191)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 87%, 73%);

text

color: hsl(128, 87%, 73%);

border

border: 2px solid hsl(128, 87%, 73%);

gradient light

background: linear-gradient(to right, hsl(128, 87%, 93%), hsl(128, 87%, 73%));

gradient dark

background: linear-gradient(to right, hsl(128, 87%, 73%), hsl(128, 87%, 53%))

hex

background-color: #7EF68E;

tailwind

bg-[hsl(128,87%,73%)]

box shadow

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

css variable

--color-primary: hsl(128, 87%, 73%);

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, 87%, 73%)?

HEX: #7EF68E | RGB: rgb(126, 246, 142) | CMYK: 49%, 0%, 42%, 4% | HSV: 128°, 49%, 96%. Copy any format from the conversion table above.

What colors go well with #7EF68E?

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

As HSL: color: hsl(128, 87%, 73%); — As HEX: color: #7EF68E; — As RGB: color: rgb(126, 246, 142); — Tailwind CSS: bg-[hsl(128,87%,73%)] — CSS variable: --color-primary: hsl(128, 87%, 73%);