HSL(115, 63%, 58%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(115,63%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(115, 63%, 58%) color: hsl(115, 63%, 58%)
HEX #5CD750 color: #5CD750
RGB rgb(92, 215, 80) color: rgb(92, 215, 80)
CMYK cmyk(57%, 0%, 63%, 16%)
HSV hsv(115, 63%, 84%)
HWB hwb(115 31% 16%) color: hwb(115 31% 16%)
OKLCH oklch(0.7814 0.2067 141.87) color: oklch(0.7814 0.2067 141.87)
Lab lab(76.95 -59.62 54.88) color: lab(76.95 -59.62 54.88)
LCH lch(76.95 81.03 137.37) color: lch(76.95 81.03 137.37)

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 1.86:1
vs Black 11.29: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)

#919271 — rgb(145, 146, 113)

Deuteranopia (Green-blind)

#8A8179 — rgb(138, 129, 121)

Tritanopia (Blue-blind)

#628A90 — rgb(98, 138, 144)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(115, 63%, 58%);

text

color: hsl(115, 63%, 58%);

border

border: 2px solid hsl(115, 63%, 58%);

gradient light

background: linear-gradient(to right, hsl(115, 63%, 78%), hsl(115, 63%, 58%));

gradient dark

background: linear-gradient(to right, hsl(115, 63%, 58%), hsl(115, 63%, 38%))

hex

background-color: #5CD750;

tailwind

bg-[hsl(115,63%,58%)]

box shadow

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

css variable

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

HEX: #5CD750 | RGB: rgb(92, 215, 80) | CMYK: 57%, 0%, 63%, 16% | HSV: 115°, 63%, 84%. Copy any format from the conversion table above.

What colors go well with #5CD750?

The complementary color is HSL(295, 63%, 58%). For a triadic harmony, use hues 115°, 235°, and 355°. For analogous combinations, try hues 85° and 145°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(115, 63%, 58%) in CSS?

As HSL: color: hsl(115, 63%, 58%); — As HEX: color: #5CD750; — As RGB: color: rgb(92, 215, 80); — Tailwind CSS: bg-[hsl(115,63%,58%)] — CSS variable: --color-primary: hsl(115, 63%, 58%);