HSL(124, 52%, 52%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(124, 52%, 52%) color: hsl(124, 52%, 52%)
HEX #45C44D color: #45C44D
RGB rgb(69, 196, 77) color: rgb(69, 196, 77)
CMYK cmyk(65%, 0%, 61%, 23%)
HSV hsv(124, 65%, 77%)
HWB hwb(124 27% 23%) color: hwb(124 27% 23%)
OKLCH oklch(0.7251 0.1949 144.19) color: oklch(0.7251 0.1949 144.19)
Lab lab(70.37 -58.32 48.58) color: lab(70.37 -58.32 48.58)
LCH lch(70.37 75.9 140.21) color: lch(70.37 75.9 140.21)

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.27:1
vs Black 9.26: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)

#7C7D6A — rgb(124, 125, 106)

Deuteranopia (Green-blind)

#756B71 — rgb(117, 107, 113)

Tritanopia (Blue-blind)

#4B8186 — rgb(75, 129, 134)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #45C44D;

tailwind

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

box shadow

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

css variable

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

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

HEX: #45C44D | RGB: rgb(69, 196, 77) | CMYK: 65%, 0%, 61%, 23% | HSV: 124°, 65%, 77%. Copy any format from the conversion table above.

What colors go well with #45C44D?

The complementary color is HSL(304, 52%, 52%). 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%, 52%) in CSS?

As HSL: color: hsl(124, 52%, 52%); — As HEX: color: #45C44D; — As RGB: color: rgb(69, 196, 77); — Tailwind CSS: bg-[hsl(124,52%,52%)] — CSS variable: --color-primary: hsl(124, 52%, 52%);