HSL(124, 52%, 58%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(124,52%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(124, 52%, 58%) color: hsl(124, 52%, 58%)
HEX #5CCC64 color: #5CCC64
RGB rgb(92, 204, 100) color: rgb(92, 204, 100)
CMYK cmyk(55%, 0%, 51%, 20%)
HSV hsv(124, 55%, 80%)
HWB hwb(124 36% 20%) color: hwb(124 36% 20%)
OKLCH oklch(0.7561 0.1762 144.89) color: oklch(0.7561 0.1762 144.89)
Lab lab(73.79 -53.13 42.05) color: lab(73.79 -53.13 42.05)
LCH lch(73.79 67.76 141.64) color: lch(73.79 67.76 141.64)

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.04:1
vs Black 10.28: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)

#8C8E7D — rgb(140, 142, 125)

Deuteranopia (Green-blind)

#867E83 — rgb(134, 126, 131)

Tritanopia (Blue-blind)

#629195 — rgb(98, 145, 149)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(124, 52%, 58%);

text

color: hsl(124, 52%, 58%);

border

border: 2px solid hsl(124, 52%, 58%);

gradient light

background: linear-gradient(to right, hsl(124, 52%, 78%), hsl(124, 52%, 58%));

gradient dark

background: linear-gradient(to right, hsl(124, 52%, 58%), hsl(124, 52%, 38%))

hex

background-color: #5CCC64;

tailwind

bg-[hsl(124,52%,58%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(124, 52%, 58%, 0.4);

css variable

--color-primary: hsl(124, 52%, 58%);

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(124, 52%, 58%)?

HEX: #5CCC64 | RGB: rgb(92, 204, 100) | CMYK: 55%, 0%, 51%, 20% | HSV: 124°, 55%, 80%. Copy any format from the conversion table above.

What colors go well with #5CCC64?

The complementary color is HSL(304, 52%, 58%). For a triadic harmony, use hues 124°, 244°, and 4°. For analogous combinations, try hues 94° and 154°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(124, 52%, 58%) in CSS?

As HSL: color: hsl(124, 52%, 58%); — As HEX: color: #5CCC64; — As RGB: color: rgb(92, 204, 100); — Tailwind CSS: bg-[hsl(124,52%,58%)] — CSS variable: --color-primary: hsl(124, 52%, 58%);