HSL(122, 63%, 43%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(122,63%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 63%, 43%) color: hsl(122, 63%, 43%)
HEX #29B32D color: #29B32D
RGB rgb(41, 179, 45) color: rgb(41, 179, 45)
CMYK cmyk(77%, 0%, 75%, 30%)
HSV hsv(122, 77%, 70%)
HWB hwb(122 16% 30%) color: hwb(122 16% 30%)
OKLCH oklch(0.6705 0.2056 143.15) color: oklch(0.6705 0.2056 143.15)
Lab lab(64.08 -60.68 54.62) color: lab(64.08 -60.68 54.62)
LCH lch(64.08 81.64 138.01) color: lch(64.08 81.64 138.01)

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.77:1
vs Black 7.58: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)

#65664D — rgb(101, 102, 77)

Deuteranopia (Green-blind)

#5D5255 — rgb(93, 82, 85)

Tritanopia (Blue-blind)

#30676D — rgb(48, 103, 109)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 63%, 43%);

text

color: hsl(122, 63%, 43%);

border

border: 2px solid hsl(122, 63%, 43%);

gradient light

background: linear-gradient(to right, hsl(122, 63%, 63%), hsl(122, 63%, 43%));

gradient dark

background: linear-gradient(to right, hsl(122, 63%, 43%), hsl(122, 63%, 23%))

hex

background-color: #29B32D;

tailwind

bg-[hsl(122,63%,43%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(122, 63%, 43%, 0.4);

css variable

--color-primary: hsl(122, 63%, 43%);

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(122, 63%, 43%)?

HEX: #29B32D | RGB: rgb(41, 179, 45) | CMYK: 77%, 0%, 75%, 30% | HSV: 122°, 77%, 70%. Copy any format from the conversion table above.

What colors go well with #29B32D?

The complementary color is HSL(302, 63%, 43%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 63%, 43%) in CSS?

As HSL: color: hsl(122, 63%, 43%); — As HEX: color: #29B32D; — As RGB: color: rgb(41, 179, 45); — Tailwind CSS: bg-[hsl(122,63%,43%)] — CSS variable: --color-primary: hsl(122, 63%, 43%);