HSL(147, 71%, 41%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,71%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 71%, 41%) color: hsl(147, 71%, 41%)
HEX #1EB361 color: #1EB361
RGB rgb(30, 179, 97) color: rgb(30, 179, 97)
CMYK cmyk(83%, 0%, 46%, 30%)
HSV hsv(147, 83%, 70%)
HWB hwb(147 12% 30%) color: hwb(147 12% 30%)
OKLCH oklch(0.675 0.1678 152.49) color: oklch(0.675 0.1678 152.49)
Lab lab(64.46 -55.45 31.55) color: lab(64.46 -55.45 31.55)
LCH lch(64.46 63.8 150.36) color: lch(64.46 63.8 150.36)

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.74:1
vs Black 7.68: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)

#5F6075 — rgb(95, 96, 117)

Deuteranopia (Green-blind)

#564B7A — rgb(86, 75, 122)

Tritanopia (Blue-blind)

#258588 — rgb(37, 133, 136)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 71%, 41%);

text

color: hsl(147, 71%, 41%);

border

border: 2px solid hsl(147, 71%, 41%);

gradient light

background: linear-gradient(to right, hsl(147, 71%, 61%), hsl(147, 71%, 41%));

gradient dark

background: linear-gradient(to right, hsl(147, 71%, 41%), hsl(147, 71%, 21%))

hex

background-color: #1EB361;

tailwind

bg-[hsl(147,71%,41%)]

box shadow

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

css variable

--color-primary: hsl(147, 71%, 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(147, 71%, 41%)?

HEX: #1EB361 | RGB: rgb(30, 179, 97) | CMYK: 83%, 0%, 46%, 30% | HSV: 147°, 83%, 70%. Copy any format from the conversion table above.

What colors go well with #1EB361?

The complementary color is HSL(327, 71%, 41%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 71%, 41%) in CSS?

As HSL: color: hsl(147, 71%, 41%); — As HEX: color: #1EB361; — As RGB: color: rgb(30, 179, 97); — Tailwind CSS: bg-[hsl(147,71%,41%)] — CSS variable: --color-primary: hsl(147, 71%, 41%);