HSL(119, 80%, 49%)

Green — Green color

Adjust Color

Color Information

Color Name

Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(119,80%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(119, 80%, 49%) color: hsl(119, 80%, 49%)
HEX #1CE119 color: #1CE119
RGB rgb(28, 225, 25) color: rgb(28, 225, 25)
CMYK cmyk(88%, 0%, 89%, 12%)
HSV hsv(119, 89%, 88%)
HWB hwb(119 10% 12%) color: hwb(119 10% 12%)
OKLCH oklch(0.7903 0.262 142.51) color: oklch(0.7903 0.262 142.51)
Lab lab(78.56 -76.56 73.03) color: lab(78.56 -76.56 73.03)
LCH lch(78.56 105.81 136.35) color: lch(78.56 105.81 136.35)

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.77:1
vs Black 11.83: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)

#717349 — rgb(113, 115, 73)

Deuteranopia (Green-blind)

#665755 — rgb(102, 87, 85)

Tritanopia (Blue-blind)

#267078 — rgb(38, 112, 120)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(119, 80%, 49%);

text

color: hsl(119, 80%, 49%);

border

border: 2px solid hsl(119, 80%, 49%);

gradient light

background: linear-gradient(to right, hsl(119, 80%, 69%), hsl(119, 80%, 49%));

gradient dark

background: linear-gradient(to right, hsl(119, 80%, 49%), hsl(119, 80%, 29%))

hex

background-color: #1CE119;

tailwind

bg-[hsl(119,80%,49%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(119, 80%, 49%, 0.4);

css variable

--color-primary: hsl(119, 80%, 49%);

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(119, 80%, 49%)?

HEX: #1CE119 | RGB: rgb(28, 225, 25) | CMYK: 88%, 0%, 89%, 12% | HSV: 119°, 89%, 88%. Copy any format from the conversion table above.

What colors go well with #1CE119?

The complementary color is HSL(299, 80%, 49%). For a triadic harmony, use hues 119°, 239°, and 359°. For analogous combinations, try hues 89° and 149°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(119, 80%, 49%) in CSS?

As HSL: color: hsl(119, 80%, 49%); — As HEX: color: #1CE119; — As RGB: color: rgb(28, 225, 25); — Tailwind CSS: bg-[hsl(119,80%,49%)] — CSS variable: --color-primary: hsl(119, 80%, 49%);