HSL(67, 86%, 41%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(67,86%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(67, 86%, 41%) color: hsl(67, 86%, 41%)
HEX #ADC20F color: #ADC20F
RGB rgb(173, 194, 15) color: rgb(173, 194, 15)
CMYK cmyk(11%, 0%, 92%, 24%)
HSV hsv(67, 92%, 76%)
HWB hwb(67 6% 24%) color: hwb(67 6% 24%)
OKLCH oklch(0.7713 0.1759 117.36) color: oklch(0.7713 0.1759 117.36)
Lab lab(74.51 -26.33 73.37) color: lab(74.51 -26.33 73.37)
LCH lch(74.51 77.95 109.74) color: lch(74.51 77.95 109.74)

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:1
vs Black 10.5: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)

#B6B63A — rgb(182, 182, 58)

Deuteranopia (Green-blind)

#B5B345 — rgb(181, 179, 69)

Tritanopia (Blue-blind)

#AE5D64 — rgb(174, 93, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(67, 86%, 41%);

text

color: hsl(67, 86%, 41%);

border

border: 2px solid hsl(67, 86%, 41%);

gradient light

background: linear-gradient(to right, hsl(67, 86%, 61%), hsl(67, 86%, 41%));

gradient dark

background: linear-gradient(to right, hsl(67, 86%, 41%), hsl(67, 86%, 21%))

hex

background-color: #ADC20F;

tailwind

bg-[hsl(67,86%,41%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(67, 86%, 41%, 0.4);

css variable

--color-primary: hsl(67, 86%, 41%);

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(67, 86%, 41%)?

HEX: #ADC20F | RGB: rgb(173, 194, 15) | CMYK: 11%, 0%, 92%, 24% | HSV: 67°, 92%, 76%. Copy any format from the conversion table above.

What colors go well with #ADC20F?

The complementary color is HSL(247, 86%, 41%). For a triadic harmony, use hues 67°, 187°, and 307°. For analogous combinations, try hues 37° and 97°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(67, 86%, 41%) in CSS?

As HSL: color: hsl(67, 86%, 41%); — As HEX: color: #ADC20F; — As RGB: color: rgb(173, 194, 15); — Tailwind CSS: bg-[hsl(67,86%,41%)] — CSS variable: --color-primary: hsl(67, 86%, 41%);