HSL(69, 90%, 49%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(69,90%,49%)]

Color Conversions

Format Value CSS Usage
HSL hsl(69, 90%, 49%) color: hsl(69, 90%, 49%)
HEX #CCED0C color: #CCED0C
RGB rgb(204, 237, 12) color: rgb(204, 237, 12)
CMYK cmyk(14%, 0%, 95%, 7%)
HSV hsv(69, 95%, 93%)
HWB hwb(69 5% 7%) color: hwb(69 5% 7%)
OKLCH oklch(0.8907 0.2087 119.43) color: oklch(0.8907 0.2087 119.43)
Lab lab(88.65 -33.8 85.6) color: lab(88.65 -33.8 85.6)
LCH lch(88.65 92.03 111.55) color: lch(88.65 92.03 111.55)

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.34:1
vs Black 15.69: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)

#DADB42 — rgb(218, 219, 66)

Deuteranopia (Green-blind)

#D8D650 — rgb(216, 214, 80)

Tritanopia (Blue-blind)

#CE6D77 — rgb(206, 109, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(69, 90%, 49%);

text

color: hsl(69, 90%, 49%);

border

border: 2px solid hsl(69, 90%, 49%);

gradient light

background: linear-gradient(to right, hsl(69, 90%, 69%), hsl(69, 90%, 49%));

gradient dark

background: linear-gradient(to right, hsl(69, 90%, 49%), hsl(69, 90%, 29%))

hex

background-color: #CCED0C;

tailwind

bg-[hsl(69,90%,49%)]

box shadow

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

css variable

--color-primary: hsl(69, 90%, 49%);

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(69, 90%, 49%)?

HEX: #CCED0C | RGB: rgb(204, 237, 12) | CMYK: 14%, 0%, 95%, 7% | HSV: 69°, 95%, 93%. Copy any format from the conversion table above.

What colors go well with #CCED0C?

The complementary color is HSL(249, 90%, 49%). For a triadic harmony, use hues 69°, 189°, and 309°. For analogous combinations, try hues 39° and 99°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(69, 90%, 49%) in CSS?

As HSL: color: hsl(69, 90%, 49%); — As HEX: color: #CCED0C; — As RGB: color: rgb(204, 237, 12); — Tailwind CSS: bg-[hsl(69,90%,49%)] — CSS variable: --color-primary: hsl(69, 90%, 49%);