HSL(147, 74%, 59%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,74%,59%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 74%, 59%) color: hsl(147, 74%, 59%)
HEX #49E48F color: #49E48F
RGB rgb(73, 228, 143) color: rgb(73, 228, 143)
CMYK cmyk(68%, 0%, 37%, 11%)
HSV hsv(147, 68%, 89%)
HWB hwb(147 28% 11%) color: hwb(147 28% 11%)
OKLCH oklch(0.8179 0.1767 154.87) color: oklch(0.8179 0.1767 154.87)
Lab lab(81.23 -59.18 30.01) color: lab(81.23 -59.18 30.01)
LCH lch(81.23 66.35 153.11) color: lch(81.23 66.35 153.11)

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 1.64:1
vs Black 12.78: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)

#8C8EA4 — rgb(140, 142, 164)

Deuteranopia (Green-blind)

#8378A9 — rgb(131, 120, 169)

Tritanopia (Blue-blind)

#51B4B7 — rgb(81, 180, 183)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 74%, 59%);

text

color: hsl(147, 74%, 59%);

border

border: 2px solid hsl(147, 74%, 59%);

gradient light

background: linear-gradient(to right, hsl(147, 74%, 79%), hsl(147, 74%, 59%));

gradient dark

background: linear-gradient(to right, hsl(147, 74%, 59%), hsl(147, 74%, 39%))

hex

background-color: #49E48F;

tailwind

bg-[hsl(147,74%,59%)]

box shadow

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

css variable

--color-primary: hsl(147, 74%, 59%);

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, 74%, 59%)?

HEX: #49E48F | RGB: rgb(73, 228, 143) | CMYK: 68%, 0%, 37%, 11% | HSV: 147°, 68%, 89%. Copy any format from the conversion table above.

What colors go well with #49E48F?

The complementary color is HSL(327, 74%, 59%). 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, 74%, 59%) in CSS?

As HSL: color: hsl(147, 74%, 59%); — As HEX: color: #49E48F; — As RGB: color: rgb(73, 228, 143); — Tailwind CSS: bg-[hsl(147,74%,59%)] — CSS variable: --color-primary: hsl(147, 74%, 59%);