HSL(122, 72%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(122,72%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 72%, 41%) color: hsl(122, 72%, 41%)
HEX #1DB422 color: #1DB422
RGB rgb(29, 180, 34) color: rgb(29, 180, 34)
CMYK cmyk(84%, 0%, 81%, 29%)
HSV hsv(122, 84%, 71%)
HWB hwb(122 11% 29%) color: hwb(122 11% 29%)
OKLCH oklch(0.6706 0.2147 142.98) color: oklch(0.6706 0.2147 142.98)
Lab lab(64.17 -63.23 58.17) color: lab(64.17 -63.23 58.17)
LCH lch(64.17 85.92 137.39) color: lch(64.17 85.92 137.39)

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.76:1
vs Black 7.6: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)

#5E6045 — rgb(94, 96, 69)

Deuteranopia (Green-blind)

#564A4E — rgb(86, 74, 78)

Tritanopia (Blue-blind)

#256167 — rgb(37, 97, 103)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 72%, 41%);

text

color: hsl(122, 72%, 41%);

border

border: 2px solid hsl(122, 72%, 41%);

gradient light

background: linear-gradient(to right, hsl(122, 72%, 61%), hsl(122, 72%, 41%));

gradient dark

background: linear-gradient(to right, hsl(122, 72%, 41%), hsl(122, 72%, 21%))

hex

background-color: #1DB422;

tailwind

bg-[hsl(122,72%,41%)]

box shadow

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

css variable

--color-primary: hsl(122, 72%, 41%);

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, 72%, 41%)?

HEX: #1DB422 | RGB: rgb(29, 180, 34) | CMYK: 84%, 0%, 81%, 29% | HSV: 122°, 84%, 71%. Copy any format from the conversion table above.

What colors go well with #1DB422?

The complementary color is HSL(302, 72%, 41%). 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, 72%, 41%) in CSS?

As HSL: color: hsl(122, 72%, 41%); — As HEX: color: #1DB422; — As RGB: color: rgb(29, 180, 34); — Tailwind CSS: bg-[hsl(122,72%,41%)] — CSS variable: --color-primary: hsl(122, 72%, 41%);