HSL(141, 56%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(141,56%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(141, 56%, 47%) color: hsl(141, 56%, 47%)
HEX #35BB64 color: #35BB64
RGB rgb(53, 187, 100) color: rgb(53, 187, 100)
CMYK cmyk(72%, 0%, 47%, 27%)
HSV hsv(141, 72%, 73%)
HWB hwb(141 20% 27%) color: hwb(141 20% 27%)
OKLCH oklch(0.7008 0.1693 150.65) color: oklch(0.7008 0.1693 150.65)
Lab lab(67.44 -54.82 33.89) color: lab(67.44 -54.82 33.89)
LCH lch(67.44 64.45 148.28) color: lch(67.44 64.45 148.28)

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.49:1
vs Black 8.44: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)

#6F7079 — rgb(111, 112, 121)

Deuteranopia (Green-blind)

#675D7E — rgb(103, 93, 126)

Tritanopia (Blue-blind)

#3C8A8D — rgb(60, 138, 141)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(141, 56%, 47%);

text

color: hsl(141, 56%, 47%);

border

border: 2px solid hsl(141, 56%, 47%);

gradient light

background: linear-gradient(to right, hsl(141, 56%, 67%), hsl(141, 56%, 47%));

gradient dark

background: linear-gradient(to right, hsl(141, 56%, 47%), hsl(141, 56%, 27%))

hex

background-color: #35BB64;

tailwind

bg-[hsl(141,56%,47%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(141, 56%, 47%, 0.4);

css variable

--color-primary: hsl(141, 56%, 47%);

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(141, 56%, 47%)?

HEX: #35BB64 | RGB: rgb(53, 187, 100) | CMYK: 72%, 0%, 47%, 27% | HSV: 141°, 72%, 73%. Copy any format from the conversion table above.

What colors go well with #35BB64?

The complementary color is HSL(321, 56%, 47%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(141, 56%, 47%) in CSS?

As HSL: color: hsl(141, 56%, 47%); — As HEX: color: #35BB64; — As RGB: color: rgb(53, 187, 100); — Tailwind CSS: bg-[hsl(141,56%,47%)] — CSS variable: --color-primary: hsl(141, 56%, 47%);