HSL(129, 40%, 46%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(129,40%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(129, 40%, 46%) color: hsl(129, 40%, 46%)
HEX #46A454 color: #46A454
RGB rgb(70, 164, 84) color: rgb(70, 164, 84)
CMYK cmyk(57%, 0%, 49%, 36%)
HSV hsv(129, 57%, 64%)
HWB hwb(129 28% 36%) color: hwb(129 28% 36%)
OKLCH oklch(0.6427 0.1464 146.54) color: oklch(0.6427 0.1464 146.54)
Lab lab(60.33 -45.1 33.2) color: lab(60.33 -45.1 33.2)
LCH lch(60.33 56 143.64) color: lch(60.33 56 143.64)

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 3.13:1
vs Black 6.7:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#6F7067 — rgb(111, 112, 103)

Deuteranopia (Green-blind)

#69626C — rgb(105, 98, 108)

Tritanopia (Blue-blind)

#4B777A — rgb(75, 119, 122)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(129, 40%, 46%);

text

color: hsl(129, 40%, 46%);

border

border: 2px solid hsl(129, 40%, 46%);

gradient light

background: linear-gradient(to right, hsl(129, 40%, 66%), hsl(129, 40%, 46%));

gradient dark

background: linear-gradient(to right, hsl(129, 40%, 46%), hsl(129, 40%, 26%))

hex

background-color: #46A454;

tailwind

bg-[hsl(129,40%,46%)]

box shadow

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

css variable

--color-primary: hsl(129, 40%, 46%);

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, 40%, 46%)?

HEX: #46A454 | RGB: rgb(70, 164, 84) | CMYK: 57%, 0%, 49%, 36% | HSV: 129°, 57%, 64%. Copy any format from the conversion table above.

What colors go well with #46A454?

The complementary color is HSL(309, 40%, 46%). 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, 40%, 46%) in CSS?

As HSL: color: hsl(129, 40%, 46%); — As HEX: color: #46A454; — As RGB: color: rgb(70, 164, 84); — Tailwind CSS: bg-[hsl(129,40%,46%)] — CSS variable: --color-primary: hsl(129, 40%, 46%);