HSL(124, 75%, 69%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(124,75%,69%)]

Color Conversions

Format Value CSS Usage
HSL hsl(124, 75%, 69%) color: hsl(124, 75%, 69%)
HEX #75EB7D color: #75EB7D
RGB rgb(117, 235, 125) color: rgb(117, 235, 125)
CMYK cmyk(50%, 0%, 47%, 8%)
HSV hsv(124, 50%, 92%)
HWB hwb(124 46% 8%) color: hwb(124 46% 8%)
OKLCH oklch(0.8459 0.1835 145.06) color: oklch(0.8459 0.1835 145.06)
Lab lab(84.32 -55.4 43.2) color: lab(84.32 -55.4 43.2)
LCH lch(84.32 70.25 142.05) color: lch(84.32 70.25 142.05)

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.51:1
vs Black 13.94: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)

#A8A998 — rgb(168, 169, 152)

Deuteranopia (Green-blind)

#A1989E — rgb(161, 152, 158)

Tritanopia (Blue-blind)

#7BADB1 — rgb(123, 173, 177)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(124, 75%, 69%);

text

color: hsl(124, 75%, 69%);

border

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

gradient light

background: linear-gradient(to right, hsl(124, 75%, 89%), hsl(124, 75%, 69%));

gradient dark

background: linear-gradient(to right, hsl(124, 75%, 69%), hsl(124, 75%, 49%))

hex

background-color: #75EB7D;

tailwind

bg-[hsl(124,75%,69%)]

box shadow

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

css variable

--color-primary: hsl(124, 75%, 69%);

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

HEX: #75EB7D | RGB: rgb(117, 235, 125) | CMYK: 50%, 0%, 47%, 8% | HSV: 124°, 50%, 92%. Copy any format from the conversion table above.

What colors go well with #75EB7D?

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

As HSL: color: hsl(124, 75%, 69%); — As HEX: color: #75EB7D; — As RGB: color: rgb(117, 235, 125); — Tailwind CSS: bg-[hsl(124,75%,69%)] — CSS variable: --color-primary: hsl(124, 75%, 69%);