HSL(139, 66%, 43%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(139,66%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(139, 66%, 43%) color: hsl(139, 66%, 43%)
HEX #25B653 color: #25B653
RGB rgb(37, 182, 83) color: rgb(37, 182, 83)
CMYK cmyk(80%, 0%, 54%, 29%)
HSV hsv(139, 80%, 71%)
HWB hwb(139 14% 29%) color: hwb(139 14% 29%)
OKLCH oklch(0.6818 0.1825 148.55) color: oklch(0.6818 0.1825 148.55)
Lab lab(65.34 -57.97 39.69) color: lab(65.34 -57.97 39.69)
LCH lch(65.34 70.26 145.6) color: lch(65.34 70.26 145.6)

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.66:1
vs Black 7.89: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)

#64656B — rgb(100, 101, 107)

Deuteranopia (Green-blind)

#5B5171 — rgb(91, 81, 113)

Tritanopia (Blue-blind)

#2C7E82 — rgb(44, 126, 130)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(139, 66%, 43%);

text

color: hsl(139, 66%, 43%);

border

border: 2px solid hsl(139, 66%, 43%);

gradient light

background: linear-gradient(to right, hsl(139, 66%, 63%), hsl(139, 66%, 43%));

gradient dark

background: linear-gradient(to right, hsl(139, 66%, 43%), hsl(139, 66%, 23%))

hex

background-color: #25B653;

tailwind

bg-[hsl(139,66%,43%)]

box shadow

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

css variable

--color-primary: hsl(139, 66%, 43%);

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(139, 66%, 43%)?

HEX: #25B653 | RGB: rgb(37, 182, 83) | CMYK: 80%, 0%, 54%, 29% | HSV: 139°, 80%, 71%. Copy any format from the conversion table above.

What colors go well with #25B653?

The complementary color is HSL(319, 66%, 43%). For a triadic harmony, use hues 139°, 259°, and 19°. For analogous combinations, try hues 109° and 169°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(139, 66%, 43%) in CSS?

As HSL: color: hsl(139, 66%, 43%); — As HEX: color: #25B653; — As RGB: color: rgb(37, 182, 83); — Tailwind CSS: bg-[hsl(139,66%,43%)] — CSS variable: --color-primary: hsl(139, 66%, 43%);