HSL(70, 100%, 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(70,100%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(70, 100%, 49%) | color: hsl(70, 100%, 49%) | |
| HEX | #D0FA00 | color: #D0FA00 | |
| RGB | rgb(208, 250, 0) | color: rgb(208, 250, 0) | |
| CMYK | cmyk(17%, 0%, 100%, 2%) | — | |
| HSV | hsv(70, 100%, 98%) | — | |
| HWB | hwb(70 0% 2%) | color: hwb(70 0% 2%) | |
| OKLCH | oklch(0.9222 0.2217 121.19) | color: oklch(0.9222 0.2217 121.19) | |
| Lab | lab(92.48 -38.19 89.53) | color: lab(92.48 -38.19 89.53) | |
| LCH | lch(92.48 97.33 113.1) | color: lch(92.48 97.33 113.1) |
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)
#E2E33D — rgb(226, 227, 61)
Deuteranopia (Green-blind)
#E0DD4B — rgb(224, 221, 75)
Tritanopia (Blue-blind)
#D26C77 — rgb(210, 108, 119)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(70, 100%, 49%);
text
color: hsl(70, 100%, 49%);
border
border: 2px solid hsl(70, 100%, 49%);
gradient light
background: linear-gradient(to right, hsl(70, 100%, 69%), hsl(70, 100%, 49%));
gradient dark
background: linear-gradient(to right, hsl(70, 100%, 49%), hsl(70, 100%, 29%))
hex
background-color: #D0FA00;
tailwind
bg-[hsl(70,100%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(70, 100%, 49%, 0.4);
css variable
--color-primary: hsl(70, 100%, 49%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(70, 100%, 49%)?
HEX: #D0FA00 | RGB: rgb(208, 250, 0) | CMYK: 17%, 0%, 100%, 2% | HSV: 70°, 100%, 98%. Copy any format from the conversion table above.
What colors go well with #D0FA00?
The complementary color is HSL(250, 100%, 49%). For a triadic harmony, use hues 70°, 190°, and 310°. For analogous combinations, try hues 40° and 100°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(70, 100%, 49%) in CSS?
As HSL: color: hsl(70, 100%, 49%); — As HEX: color: #D0FA00; — As RGB: color: rgb(208, 250, 0); — Tailwind CSS: bg-[hsl(70,100%,49%)] — CSS variable: --color-primary: hsl(70, 100%, 49%);