HSL(122, 65%, 58%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(122,65%,58%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 65%, 58%) color: hsl(122, 65%, 58%)
HEX #4EDA53 color: #4EDA53
RGB rgb(78, 218, 83) color: rgb(78, 218, 83)
CMYK cmyk(64%, 0%, 62%, 15%)
HSV hsv(122, 64%, 85%)
HWB hwb(122 31% 15%) color: hwb(122 31% 15%)
OKLCH oklch(0.785 0.2136 143.73) color: oklch(0.785 0.2136 143.73)
Lab lab(77.51 -63.49 54.12) color: lab(77.51 -63.49 54.12)
LCH lch(77.51 83.43 139.56) color: lch(77.51 83.43 139.56)

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.83:1
vs Black 11.48: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)

#8B8C74 — rgb(139, 140, 116)

Deuteranopia (Green-blind)

#83787C — rgb(131, 120, 124)

Tritanopia (Blue-blind)

#558D93 — rgb(85, 141, 147)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 65%, 58%);

text

color: hsl(122, 65%, 58%);

border

border: 2px solid hsl(122, 65%, 58%);

gradient light

background: linear-gradient(to right, hsl(122, 65%, 78%), hsl(122, 65%, 58%));

gradient dark

background: linear-gradient(to right, hsl(122, 65%, 58%), hsl(122, 65%, 38%))

hex

background-color: #4EDA53;

tailwind

bg-[hsl(122,65%,58%)]

box shadow

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

css variable

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

HEX: #4EDA53 | RGB: rgb(78, 218, 83) | CMYK: 64%, 0%, 62%, 15% | HSV: 122°, 64%, 85%. Copy any format from the conversion table above.

What colors go well with #4EDA53?

The complementary color is HSL(302, 65%, 58%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 65%, 58%) in CSS?

As HSL: color: hsl(122, 65%, 58%); — As HEX: color: #4EDA53; — As RGB: color: rgb(78, 218, 83); — Tailwind CSS: bg-[hsl(122,65%,58%)] — CSS variable: --color-primary: hsl(122, 65%, 58%);