HSL(122, 81%, 46%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(122,81%,46%)]

Color Conversions

Format Value CSS Usage
HSL hsl(122, 81%, 46%) color: hsl(122, 81%, 46%)
HEX #16D41D color: #16D41D
RGB rgb(22, 212, 29) color: rgb(22, 212, 29)
CMYK cmyk(90%, 0%, 86%, 17%)
HSV hsv(122, 90%, 83%)
HWB hwb(122 8% 17%) color: hwb(122 8% 17%)
OKLCH oklch(0.7556 0.2493 142.82) color: oklch(0.7556 0.2493 142.82)
Lab lab(74.41 -73.25 68.66) color: lab(74.41 -73.25 68.66)
LCH lch(74.41 100.4 136.85) color: lch(74.41 100.4 136.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 2.01:1
vs Black 10.47: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)

#686A49 — rgb(104, 106, 73)

Deuteranopia (Green-blind)

#5D4F54 — rgb(93, 79, 84)

Tritanopia (Blue-blind)

#206C74 — rgb(32, 108, 116)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(122, 81%, 46%);

text

color: hsl(122, 81%, 46%);

border

border: 2px solid hsl(122, 81%, 46%);

gradient light

background: linear-gradient(to right, hsl(122, 81%, 66%), hsl(122, 81%, 46%));

gradient dark

background: linear-gradient(to right, hsl(122, 81%, 46%), hsl(122, 81%, 26%))

hex

background-color: #16D41D;

tailwind

bg-[hsl(122,81%,46%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(122, 81%, 46%, 0.4);

css variable

--color-primary: hsl(122, 81%, 46%);

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(122, 81%, 46%)?

HEX: #16D41D | RGB: rgb(22, 212, 29) | CMYK: 90%, 0%, 86%, 17% | HSV: 122°, 90%, 83%. Copy any format from the conversion table above.

What colors go well with #16D41D?

The complementary color is HSL(302, 81%, 46%). For a triadic harmony, use hues 122°, 242°, and 2°. For analogous combinations, try hues 92° and 152°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(122, 81%, 46%) in CSS?

As HSL: color: hsl(122, 81%, 46%); — As HEX: color: #16D41D; — As RGB: color: rgb(22, 212, 29); — Tailwind CSS: bg-[hsl(122,81%,46%)] — CSS variable: --color-primary: hsl(122, 81%, 46%);