HSL(142, 100%, 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(142,100%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 100%, 41%) | color: hsl(142, 100%, 41%) | |
| HEX | #00D14D | color: #00D14D | |
| RGB | rgb(0, 209, 77) | color: rgb(0, 209, 77) | |
| CMYK | cmyk(100%, 0%, 63%, 18%) | — | |
| HSV | hsv(142, 100%, 82%) | — | |
| HWB | hwb(142 0% 18%) | color: hwb(142 0% 18%) | |
| OKLCH | oklch(0.7498 0.223 146.97) | color: oklch(0.7498 0.223 146.97) | |
| Lab | lab(73.63 -69.71 52.05) | color: lab(73.63 -69.71 52.05) | |
| LCH | lch(73.63 87 143.25) | color: lch(73.63 87 143.25) |
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)
#5A5C6D — rgb(90, 92, 109)
Deuteranopia (Green-blind)
#4E3F75 — rgb(78, 63, 117)
Tritanopia (Blue-blind)
#0A868C — rgb(10, 134, 140)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 100%, 41%);
text
color: hsl(142, 100%, 41%);
border
border: 2px solid hsl(142, 100%, 41%);
gradient light
background: linear-gradient(to right, hsl(142, 100%, 61%), hsl(142, 100%, 41%));
gradient dark
background: linear-gradient(to right, hsl(142, 100%, 41%), hsl(142, 100%, 21%))
hex
background-color: #00D14D;
tailwind
bg-[hsl(142,100%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 100%, 41%, 0.4);
css variable
--color-primary: hsl(142, 100%, 41%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(142, 100%, 41%)?
HEX: #00D14D | RGB: rgb(0, 209, 77) | CMYK: 100%, 0%, 63%, 18% | HSV: 142°, 100%, 82%. Copy any format from the conversion table above.
What colors go well with #00D14D?
The complementary color is HSL(322, 100%, 41%). For a triadic harmony, use hues 142°, 262°, and 22°. For analogous combinations, try hues 112° and 172°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(142, 100%, 41%) in CSS?
As HSL: color: hsl(142, 100%, 41%); — As HEX: color: #00D14D; — As RGB: color: rgb(0, 209, 77); — Tailwind CSS: bg-[hsl(142,100%,41%)] — CSS variable: --color-primary: hsl(142, 100%, 41%);