HSL(147, 66%, 49%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,66%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 66%, 49%) color: hsl(147, 66%, 49%)
HEX #2ACF75 color: #2ACF75
RGB rgb(42, 207, 117) color: rgb(42, 207, 117)
CMYK cmyk(80%, 0%, 43%, 19%)
HSV hsv(147, 80%, 81%)
HWB hwb(147 16% 19%) color: hwb(147 16% 19%)
OKLCH oklch(0.7537 0.1824 153.14) color: oklch(0.7537 0.1824 153.14)
Lab lab(73.8 -60.54 33.38) color: lab(73.8 -60.54 33.38)
LCH lch(73.8 69.13 151.13) color: lch(73.8 69.13 151.13)

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.04:1
vs Black 10.28: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)

#71738B — rgb(113, 115, 139)

Deuteranopia (Green-blind)

#685C90 — rgb(104, 92, 144)

Tritanopia (Blue-blind)

#329CA0 — rgb(50, 156, 160)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 66%, 49%);

text

color: hsl(147, 66%, 49%);

border

border: 2px solid hsl(147, 66%, 49%);

gradient light

background: linear-gradient(to right, hsl(147, 66%, 69%), hsl(147, 66%, 49%));

gradient dark

background: linear-gradient(to right, hsl(147, 66%, 49%), hsl(147, 66%, 29%))

hex

background-color: #2ACF75;

tailwind

bg-[hsl(147,66%,49%)]

box shadow

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

css variable

--color-primary: hsl(147, 66%, 49%);

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, 66%, 49%)?

HEX: #2ACF75 | RGB: rgb(42, 207, 117) | CMYK: 80%, 0%, 43%, 19% | HSV: 147°, 80%, 81%. Copy any format from the conversion table above.

What colors go well with #2ACF75?

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

As HSL: color: hsl(147, 66%, 49%); — As HEX: color: #2ACF75; — As RGB: color: rgb(42, 207, 117); — Tailwind CSS: bg-[hsl(147,66%,49%)] — CSS variable: --color-primary: hsl(147, 66%, 49%);