HSL(141, 37%, 55%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(141,37%,55%)]

Color Conversions

Format Value CSS Usage
HSL hsl(141, 37%, 55%) color: hsl(141, 37%, 55%)
HEX #62B780 color: #62B780
RGB rgb(98, 183, 128) color: rgb(98, 183, 128)
CMYK cmyk(46%, 0%, 30%, 28%)
HSV hsv(141, 46%, 72%)
HWB hwb(141 39% 28%) color: hwb(141 39% 28%)
OKLCH oklch(0.7111 0.1162 153.9) color: oklch(0.7111 0.1162 153.9)
Lab lab(68.04 -38.21 20.19) color: lab(68.04 -38.21 20.19)
LCH lch(68.04 43.22 152.15) color: lch(68.04 43.22 152.15)

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.44:1
vs Black 8.6: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)

#87888D — rgb(135, 136, 141)

Deuteranopia (Green-blind)

#827C91 — rgb(130, 124, 145)

Tritanopia (Blue-blind)

#66989A — rgb(102, 152, 154)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(141, 37%, 55%);

text

color: hsl(141, 37%, 55%);

border

border: 2px solid hsl(141, 37%, 55%);

gradient light

background: linear-gradient(to right, hsl(141, 37%, 75%), hsl(141, 37%, 55%));

gradient dark

background: linear-gradient(to right, hsl(141, 37%, 55%), hsl(141, 37%, 35%))

hex

background-color: #62B780;

tailwind

bg-[hsl(141,37%,55%)]

box shadow

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

css variable

--color-primary: hsl(141, 37%, 55%);

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, 37%, 55%)?

HEX: #62B780 | RGB: rgb(98, 183, 128) | CMYK: 46%, 0%, 30%, 28% | HSV: 141°, 46%, 72%. Copy any format from the conversion table above.

What colors go well with #62B780?

The complementary color is HSL(321, 37%, 55%). 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, 37%, 55%) in CSS?

As HSL: color: hsl(141, 37%, 55%); — As HEX: color: #62B780; — As RGB: color: rgb(98, 183, 128); — Tailwind CSS: bg-[hsl(141,37%,55%)] — CSS variable: --color-primary: hsl(141, 37%, 55%);