HSL(75, 100%, 53%)

Vivid Green — Green color

Adjust Color

Color Information

Color Name

Vivid Green

Color Family

Green

Warm / Cool

🔵 Cool

Temperature

3500K

CSS Class

bg-[hsl(75,100%,53%)]

Color Conversions

Format Value CSS Usage
HSL hsl(75, 100%, 53%) color: hsl(75, 100%, 53%)
HEX #C3FF0F color: #C3FF0F
RGB rgb(195, 255, 15) color: rgb(195, 255, 15)
CMYK cmyk(24%, 0%, 94%, 0%)
HSV hsv(75, 94%, 100%)
HWB hwb(75 6% 0%) color: hwb(75 6% 0%)
OKLCH oklch(0.9251 0.231 125.14) color: oklch(0.9251 0.231 125.14)
Lab lab(93.08 -45.23 88.52) color: lab(93.08 -45.23 88.52)
LCH lch(93.08 99.41 117.07) color: lch(93.08 99.41 117.07)

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.19:1
vs Black 17.63: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)

#DDDE49 — rgb(221, 222, 73)

Deuteranopia (Green-blind)

#DAD557 — rgb(218, 213, 87)

Tritanopia (Blue-blind)

#C67781 — rgb(198, 119, 129)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(75, 100%, 53%);

text

color: hsl(75, 100%, 53%);

border

border: 2px solid hsl(75, 100%, 53%);

gradient light

background: linear-gradient(to right, hsl(75, 100%, 73%), hsl(75, 100%, 53%));

gradient dark

background: linear-gradient(to right, hsl(75, 100%, 53%), hsl(75, 100%, 33%))

hex

background-color: #C3FF0F;

tailwind

bg-[hsl(75,100%,53%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(75, 100%, 53%, 0.4);

css variable

--color-primary: hsl(75, 100%, 53%);

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(75, 100%, 53%)?

HEX: #C3FF0F | RGB: rgb(195, 255, 15) | CMYK: 24%, 0%, 94%, 0% | HSV: 75°, 94%, 100%. Copy any format from the conversion table above.

What colors go well with #C3FF0F?

The complementary color is HSL(255, 100%, 53%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(75, 100%, 53%) in CSS?

As HSL: color: hsl(75, 100%, 53%); — As HEX: color: #C3FF0F; — As RGB: color: rgb(195, 255, 15); — Tailwind CSS: bg-[hsl(75,100%,53%)] — CSS variable: --color-primary: hsl(75, 100%, 53%);