HSL(128, 67%, 53%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,67%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 67%, 53%) color: hsl(128, 67%, 53%)
HEX #37D74C color: #37D74C
RGB rgb(55, 215, 76) color: rgb(55, 215, 76)
CMYK cmyk(74%, 0%, 65%, 16%)
HSV hsv(128, 74%, 84%)
HWB hwb(128 22% 16%) color: hwb(128 22% 16%)
OKLCH oklch(0.7711 0.2224 144.78) color: oklch(0.7711 0.2224 144.78)
Lab lab(76.03 -67.26 55.28) color: lab(76.03 -67.26 55.28)
LCH lch(76.03 87.06 140.58) color: lch(76.03 87.06 140.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.91:1
vs Black 10.99: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)

#7C7E6E — rgb(124, 126, 110)

Deuteranopia (Green-blind)

#736776 — rgb(115, 103, 118)

Tritanopia (Blue-blind)

#3F888E — rgb(63, 136, 142)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 67%, 53%);

text

color: hsl(128, 67%, 53%);

border

border: 2px solid hsl(128, 67%, 53%);

gradient light

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

gradient dark

background: linear-gradient(to right, hsl(128, 67%, 53%), hsl(128, 67%, 33%))

hex

background-color: #37D74C;

tailwind

bg-[hsl(128,67%,53%)]

box shadow

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

css variable

--color-primary: hsl(128, 67%, 53%);

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, 67%, 53%)?

HEX: #37D74C | RGB: rgb(55, 215, 76) | CMYK: 74%, 0%, 65%, 16% | HSV: 128°, 74%, 84%. Copy any format from the conversion table above.

What colors go well with #37D74C?

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

As HSL: color: hsl(128, 67%, 53%); — As HEX: color: #37D74C; — As RGB: color: rgb(55, 215, 76); — Tailwind CSS: bg-[hsl(128,67%,53%)] — CSS variable: --color-primary: hsl(128, 67%, 53%);