HSL(128, 65%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(128,65%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(128, 65%, 52%) color: hsl(128, 65%, 52%)
HEX #35D44A color: #35D44A
RGB rgb(53, 212, 74) color: rgb(53, 212, 74)
CMYK cmyk(75%, 0%, 65%, 17%)
HSV hsv(128, 75%, 83%)
HWB hwb(128 21% 17%) color: hwb(128 21% 17%)
OKLCH oklch(0.7627 0.2209 144.76) color: oklch(0.7627 0.2209 144.76)
Lab lab(75.04 -66.8 55.01) color: lab(75.04 -66.8 55.01)
LCH lch(75.04 86.54 140.53) color: lch(75.04 86.54 140.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.97:1
vs Black 10.67: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)

#7A7B6B — rgb(122, 123, 107)

Deuteranopia (Green-blind)

#716573 — rgb(113, 101, 115)

Tritanopia (Blue-blind)

#3D868C — rgb(61, 134, 140)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(128, 65%, 52%);

text

color: hsl(128, 65%, 52%);

border

border: 2px solid hsl(128, 65%, 52%);

gradient light

background: linear-gradient(to right, hsl(128, 65%, 72%), hsl(128, 65%, 52%));

gradient dark

background: linear-gradient(to right, hsl(128, 65%, 52%), hsl(128, 65%, 32%))

hex

background-color: #35D44A;

tailwind

bg-[hsl(128,65%,52%)]

box shadow

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

css variable

--color-primary: hsl(128, 65%, 52%);

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, 65%, 52%)?

HEX: #35D44A | RGB: rgb(53, 212, 74) | CMYK: 75%, 0%, 65%, 17% | HSV: 128°, 75%, 83%. Copy any format from the conversion table above.

What colors go well with #35D44A?

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

As HSL: color: hsl(128, 65%, 52%); — As HEX: color: #35D44A; — As RGB: color: rgb(53, 212, 74); — Tailwind CSS: bg-[hsl(128,65%,52%)] — CSS variable: --color-primary: hsl(128, 65%, 52%);