HSL(131, 50%, 47%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(131,50%,47%)]

Color Conversions

Format Value CSS Usage
HSL hsl(131, 50%, 47%) color: hsl(131, 50%, 47%)
HEX #3CB452 color: #3CB452
RGB rgb(60, 180, 82) color: rgb(60, 180, 82)
CMYK cmyk(67%, 0%, 54%, 29%)
HSV hsv(131, 67%, 71%)
HWB hwb(131 23% 29%) color: hwb(131 23% 29%)
OKLCH oklch(0.6814 0.1739 146.55) color: oklch(0.6814 0.1739 146.55)
Lab lab(65.13 -53.76 40.04) color: lab(65.13 -53.76 40.04)
LCH lch(65.13 67.03 143.32) color: lch(65.13 67.03 143.32)

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.68:1
vs Black 7.84: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)

#70716A — rgb(112, 113, 106)

Deuteranopia (Green-blind)

#69606F — rgb(105, 96, 111)

Tritanopia (Blue-blind)

#427C81 — rgb(66, 124, 129)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(131, 50%, 47%);

text

color: hsl(131, 50%, 47%);

border

border: 2px solid hsl(131, 50%, 47%);

gradient light

background: linear-gradient(to right, hsl(131, 50%, 67%), hsl(131, 50%, 47%));

gradient dark

background: linear-gradient(to right, hsl(131, 50%, 47%), hsl(131, 50%, 27%))

hex

background-color: #3CB452;

tailwind

bg-[hsl(131,50%,47%)]

box shadow

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

css variable

--color-primary: hsl(131, 50%, 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(131, 50%, 47%)?

HEX: #3CB452 | RGB: rgb(60, 180, 82) | CMYK: 67%, 0%, 54%, 29% | HSV: 131°, 67%, 71%. Copy any format from the conversion table above.

What colors go well with #3CB452?

The complementary color is HSL(311, 50%, 47%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(131, 50%, 47%) in CSS?

As HSL: color: hsl(131, 50%, 47%); — As HEX: color: #3CB452; — As RGB: color: rgb(60, 180, 82); — Tailwind CSS: bg-[hsl(131,50%,47%)] — CSS variable: --color-primary: hsl(131, 50%, 47%);