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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);