HSL(123, 96%, 74%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(123,96%,74%)]

Color Conversions

Format Value CSS Usage
HSL hsl(123, 96%, 74%) color: hsl(123, 96%, 74%)
HEX #7DFC83 color: #7DFC83
RGB rgb(125, 252, 131) color: rgb(125, 252, 131)
CMYK cmyk(50%, 0%, 48%, 1%)
HSV hsv(123, 50%, 99%)
HWB hwb(123 50% 1%) color: hwb(123 50% 1%)
OKLCH oklch(0.8909 0.197 144.59) color: oklch(0.8909 0.197 144.59)
Lab lab(89.68 -59.12 47.1) color: lab(89.68 -59.12 47.1)
LCH lch(89.68 75.59 141.46) color: lch(89.68 75.59 141.46)

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.3:1
vs Black 16.12: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)

#B4B5A0 — rgb(180, 181, 160)

Deuteranopia (Green-blind)

#ADA3A7 — rgb(173, 163, 167)

Tritanopia (Blue-blind)

#83B7BC — rgb(131, 183, 188)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(123, 96%, 74%);

text

color: hsl(123, 96%, 74%);

border

border: 2px solid hsl(123, 96%, 74%);

gradient light

background: linear-gradient(to right, hsl(123, 96%, 94%), hsl(123, 96%, 74%));

gradient dark

background: linear-gradient(to right, hsl(123, 96%, 74%), hsl(123, 96%, 54%))

hex

background-color: #7DFC83;

tailwind

bg-[hsl(123,96%,74%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(123, 96%, 74%, 0.4);

css variable

--color-primary: hsl(123, 96%, 74%);

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(123, 96%, 74%)?

HEX: #7DFC83 | RGB: rgb(125, 252, 131) | CMYK: 50%, 0%, 48%, 1% | HSV: 123°, 50%, 99%. Copy any format from the conversion table above.

What colors go well with #7DFC83?

The complementary color is HSL(303, 96%, 74%). For a triadic harmony, use hues 123°, 243°, and 3°. For analogous combinations, try hues 93° and 153°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(123, 96%, 74%) in CSS?

As HSL: color: hsl(123, 96%, 74%); — As HEX: color: #7DFC83; — As RGB: color: rgb(125, 252, 131); — Tailwind CSS: bg-[hsl(123,96%,74%)] — CSS variable: --color-primary: hsl(123, 96%, 74%);