HSL(67, 80%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,80%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 80%, 74%) color: hsl(67, 80%, 74%)
HEX #E5F288 color: #E5F288
RGB rgb(229, 242, 136) color: rgb(229, 242, 136)
CMYK cmyk(5%, 0%, 44%, 5%)
HSV hsv(67, 44%, 95%)
HWB hwb(67 53% 5%) color: hwb(67 53% 5%)
OKLCH oklch(0.9289 0.1312 114.73) color: oklch(0.9289 0.1312 114.73)
Lab lab(92.55 -19.58 49.51) color: lab(92.55 -19.58 49.51)
LCH lch(92.55 53.24 111.58) color: lch(92.55 53.24 111.58)

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.21:1
vs Black 17.39: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)

#EBEBA2 — rgb(235, 235, 162)

Deuteranopia (Green-blind)

#EAE9A8 — rgb(234, 233, 168)

Tritanopia (Blue-blind)

#E6B6BA — rgb(230, 182, 186)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 80%, 74%);

text

color: hsl(67, 80%, 74%);

border

border: 2px solid hsl(67, 80%, 74%);

gradient light

background: linear-gradient(to right, hsl(67, 80%, 94%), hsl(67, 80%, 74%));

gradient dark

background: linear-gradient(to right, hsl(67, 80%, 74%), hsl(67, 80%, 54%))

hex

background-color: #E5F288;

tailwind

bg-[hsl(67,80%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 80%, 74%, 0.4);

css variable

--color-primary: hsl(67, 80%, 74%);

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(67, 80%, 74%)?

HEX: #E5F288 | RGB: rgb(229, 242, 136) | CMYK: 5%, 0%, 44%, 5% | HSV: 67°, 44%, 95%. Copy any format from the conversion table above.

What colors go well with #E5F288?

The complementary color is HSL(247, 80%, 74%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 80%, 74%) in CSS?

As HSL: color: hsl(67, 80%, 74%); — As HEX: color: #E5F288; — As RGB: color: rgb(229, 242, 136); — Tailwind CSS: bg-[hsl(67,80%,74%)] — CSS variable: --color-primary: hsl(67, 80%, 74%);