HSL(140, 63%, 49%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(140,63%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(140, 63%, 49%) color: hsl(140, 63%, 49%)
HEX #2ECC63 color: #2ECC63
RGB rgb(46, 204, 99) color: rgb(46, 204, 99)
CMYK cmyk(77%, 0%, 51%, 20%)
HSV hsv(140, 77%, 80%)
HWB hwb(140 18% 20%) color: hwb(140 18% 20%)
OKLCH oklch(0.7436 0.1936 149.3) color: oklch(0.7436 0.1936 149.3)
Lab lab(72.67 -61.97 40.91) color: lab(72.67 -61.97 40.91)
LCH lch(72.67 74.26 146.57) color: lch(72.67 74.26 146.57)

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.11:1
vs Black 9.93: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)

#72747C — rgb(114, 116, 124)

Deuteranopia (Green-blind)

#695D83 — rgb(105, 93, 131)

Tritanopia (Blue-blind)

#369095 — rgb(54, 144, 149)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(140, 63%, 49%);

text

color: hsl(140, 63%, 49%);

border

border: 2px solid hsl(140, 63%, 49%);

gradient light

background: linear-gradient(to right, hsl(140, 63%, 69%), hsl(140, 63%, 49%));

gradient dark

background: linear-gradient(to right, hsl(140, 63%, 49%), hsl(140, 63%, 29%))

hex

background-color: #2ECC63;

tailwind

bg-[hsl(140,63%,49%)]

box shadow

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

css variable

--color-primary: hsl(140, 63%, 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(140, 63%, 49%)?

HEX: #2ECC63 | RGB: rgb(46, 204, 99) | CMYK: 77%, 0%, 51%, 20% | HSV: 140°, 77%, 80%. Copy any format from the conversion table above.

What colors go well with #2ECC63?

The complementary color is HSL(320, 63%, 49%). For a triadic harmony, use hues 140°, 260°, and 20°. For analogous combinations, try hues 110° and 170°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(140, 63%, 49%) in CSS?

As HSL: color: hsl(140, 63%, 49%); — As HEX: color: #2ECC63; — As RGB: color: rgb(46, 204, 99); — Tailwind CSS: bg-[hsl(140,63%,49%)] — CSS variable: --color-primary: hsl(140, 63%, 49%);