HSL(147, 94%, 52%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(147,94%,52%)]

Color Conversions

Format Value CSS Usage
HSL hsl(147, 94%, 52%) color: hsl(147, 94%, 52%)
HEX #12F879 color: #12F879
RGB rgb(18, 248, 121) color: rgb(18, 248, 121)
CMYK cmyk(93%, 0%, 51%, 3%)
HSV hsv(147, 93%, 97%)
HWB hwb(147 7% 3%) color: hwb(147 7% 3%)
OKLCH oklch(0.8571 0.2312 150.44) color: oklch(0.8571 0.2312 150.44)
Lab lab(86.32 -75.1 47.2) color: lab(86.32 -75.1 47.2)
LCH lch(86.32 88.7 147.85) color: lch(86.32 88.7 147.85)

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.43:1
vs Black 14.73: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)

#767898 — rgb(118, 120, 152)

Deuteranopia (Green-blind)

#68579F — rgb(104, 87, 159)

Tritanopia (Blue-blind)

#1EB0B5 — rgb(30, 176, 181)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(147, 94%, 52%);

text

color: hsl(147, 94%, 52%);

border

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

gradient light

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

gradient dark

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

hex

background-color: #12F879;

tailwind

bg-[hsl(147,94%,52%)]

box shadow

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

css variable

--color-primary: hsl(147, 94%, 52%);

Related Colors

Use Cases for Vivid Green

Success states Eco/nature brands Finance apps Health apps Confirm buttons

Frequently Asked Questions

What are all the color codes for HSL(147, 94%, 52%)?

HEX: #12F879 | RGB: rgb(18, 248, 121) | CMYK: 93%, 0%, 51%, 3% | HSV: 147°, 93%, 97%. Copy any format from the conversion table above.

What colors go well with #12F879?

The complementary color is HSL(327, 94%, 52%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(147, 94%, 52%) in CSS?

As HSL: color: hsl(147, 94%, 52%); — As HEX: color: #12F879; — As RGB: color: rgb(18, 248, 121); — Tailwind CSS: bg-[hsl(147,94%,52%)] — CSS variable: --color-primary: hsl(147, 94%, 52%);