HSL(129, 65%, 45%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(129,65%,45%)]

Color Conversions

Format Value CSS Usage
HSL hsl(129, 65%, 45%) color: hsl(129, 65%, 45%)
HEX #28BD3F color: #28BD3F
RGB rgb(40, 189, 63) color: rgb(40, 189, 63)
CMYK cmyk(79%, 0%, 67%, 26%)
HSV hsv(129, 79%, 74%)
HWB hwb(129 16% 26%) color: hwb(129 16% 26%)
OKLCH oklch(0.6987 0.2057 144.9) color: oklch(0.6987 0.2057 144.9)
Lab lab(67.43 -62.37 51.18) color: lab(67.43 -62.37 51.18)
LCH lch(67.43 80.68 140.63) color: lch(67.43 80.68 140.63)

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 2.49:1
vs Black 8.44: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)

#696A5D — rgb(105, 106, 93)

Deuteranopia (Green-blind)

#605565 — rgb(96, 85, 101)

Tritanopia (Blue-blind)

#2F767B — rgb(47, 118, 123)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(129, 65%, 45%);

text

color: hsl(129, 65%, 45%);

border

border: 2px solid hsl(129, 65%, 45%);

gradient light

background: linear-gradient(to right, hsl(129, 65%, 65%), hsl(129, 65%, 45%));

gradient dark

background: linear-gradient(to right, hsl(129, 65%, 45%), hsl(129, 65%, 25%))

hex

background-color: #28BD3F;

tailwind

bg-[hsl(129,65%,45%)]

box shadow

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

css variable

--color-primary: hsl(129, 65%, 45%);

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(129, 65%, 45%)?

HEX: #28BD3F | RGB: rgb(40, 189, 63) | CMYK: 79%, 0%, 67%, 26% | HSV: 129°, 79%, 74%. Copy any format from the conversion table above.

What colors go well with #28BD3F?

The complementary color is HSL(309, 65%, 45%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(129, 65%, 45%) in CSS?

As HSL: color: hsl(129, 65%, 45%); — As HEX: color: #28BD3F; — As RGB: color: rgb(40, 189, 63); — Tailwind CSS: bg-[hsl(129,65%,45%)] — CSS variable: --color-primary: hsl(129, 65%, 45%);