HSL(149, 95%, 43%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(149,95%,43%)]

Color Conversions

Format Value CSS Usage
HSL hsl(149, 95%, 43%) color: hsl(149, 95%, 43%)
HEX #05D66A color: #05D66A
RGB rgb(5, 214, 106) color: rgb(5, 214, 106)
CMYK cmyk(98%, 0%, 50%, 16%)
HSV hsv(149, 98%, 84%)
HWB hwb(149 2% 16%) color: hwb(149 2% 16%)
OKLCH oklch(0.7668 0.2054 151.04) color: oklch(0.7668 0.2054 151.04)
Lab lab(75.55 -67.13 41) color: lab(75.55 -67.13 41)
LCH lch(75.55 78.66 148.59) color: lch(75.55 78.66 148.59)

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.94:1
vs Black 10.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)

#5F6184 — rgb(95, 97, 132)

Deuteranopia (Green-blind)

#53448A — rgb(83, 68, 138)

Tritanopia (Blue-blind)

#0F999D — rgb(15, 153, 157)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(149, 95%, 43%);

text

color: hsl(149, 95%, 43%);

border

border: 2px solid hsl(149, 95%, 43%);

gradient light

background: linear-gradient(to right, hsl(149, 95%, 63%), hsl(149, 95%, 43%));

gradient dark

background: linear-gradient(to right, hsl(149, 95%, 43%), hsl(149, 95%, 23%))

hex

background-color: #05D66A;

tailwind

bg-[hsl(149,95%,43%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(149, 95%, 43%, 0.4);

css variable

--color-primary: hsl(149, 95%, 43%);

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(149, 95%, 43%)?

HEX: #05D66A | RGB: rgb(5, 214, 106) | CMYK: 98%, 0%, 50%, 16% | HSV: 149°, 98%, 84%. Copy any format from the conversion table above.

What colors go well with #05D66A?

The complementary color is HSL(329, 95%, 43%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(149, 95%, 43%) in CSS?

As HSL: color: hsl(149, 95%, 43%); — As HEX: color: #05D66A; — As RGB: color: rgb(5, 214, 106); — Tailwind CSS: bg-[hsl(149,95%,43%)] — CSS variable: --color-primary: hsl(149, 95%, 43%);