HSL(90, 95%, 41%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

5000K

CSS Class

bg-[hsl(90,95%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(90, 95%, 41%) color: hsl(90, 95%, 41%)
HEX #69CC05 color: #69CC05
RGB rgb(105, 204, 5) color: rgb(105, 204, 5)
CMYK cmyk(49%, 0%, 98%, 20%)
HSV hsv(90, 98%, 80%)
HWB hwb(90 2% 20%) color: hwb(90 2% 20%)
OKLCH oklch(0.7545 0.2209 135.39) color: oklch(0.7545 0.2209 135.39)
Lab lab(73.67 -56.04 72.21) color: lab(73.67 -56.04 72.21)
LCH lch(73.67 91.4 127.81) color: lch(73.67 91.4 127.81)

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.05:1
vs Black 10.24: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)

#949535 — rgb(148, 149, 53)

Deuteranopia (Green-blind)

#8E8741 — rgb(142, 135, 65)

Tritanopia (Blue-blind)

#6E5B64 — rgb(110, 91, 100)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(90, 95%, 41%);

text

color: hsl(90, 95%, 41%);

border

border: 2px solid hsl(90, 95%, 41%);

gradient light

background: linear-gradient(to right, hsl(90, 95%, 61%), hsl(90, 95%, 41%));

gradient dark

background: linear-gradient(to right, hsl(90, 95%, 41%), hsl(90, 95%, 21%))

hex

background-color: #69CC05;

tailwind

bg-[hsl(90,95%,41%)]

box shadow

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

css variable

--color-primary: hsl(90, 95%, 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(90, 95%, 41%)?

HEX: #69CC05 | RGB: rgb(105, 204, 5) | CMYK: 49%, 0%, 98%, 20% | HSV: 90°, 98%, 80%. Copy any format from the conversion table above.

What colors go well with #69CC05?

The complementary color is HSL(270, 95%, 41%). For a triadic harmony, use hues 90°, 210°, and 330°. For analogous combinations, try hues 60° and 120°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(90, 95%, 41%) in CSS?

As HSL: color: hsl(90, 95%, 41%); — As HEX: color: #69CC05; — As RGB: color: rgb(105, 204, 5); — Tailwind CSS: bg-[hsl(90,95%,41%)] — CSS variable: --color-primary: hsl(90, 95%, 41%);