HSL(141, 83%, 50%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(141,83%,50%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 83%, 50%) | color: hsl(141, 83%, 50%) | |
| HEX | #16E960 | color: #16E960 | |
| RGB | rgb(22, 233, 96) | color: rgb(22, 233, 96) | |
| CMYK | cmyk(91%, 0%, 59%, 9%) | — | |
| HSV | hsv(141, 91%, 91%) | — | |
| HWB | hwb(141 8% 9%) | color: hwb(141 8% 9%) | |
| OKLCH | oklch(0.8157 0.2338 147.77) | color: oklch(0.8157 0.2338 147.77) | |
| Lab | lab(81.45 -73.74 52.75) | color: lab(81.45 -73.74 52.75) | |
| LCH | lch(81.45 90.67 144.42) | color: lch(81.45 90.67 144.42) |
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)
#717381 — rgb(113, 115, 129)
Deuteranopia (Green-blind)
#655589 — rgb(101, 85, 137)
Tritanopia (Blue-blind)
#219BA1 — rgb(33, 155, 161)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 83%, 50%);
text
color: hsl(141, 83%, 50%);
border
border: 2px solid hsl(141, 83%, 50%);
gradient light
background: linear-gradient(to right, hsl(141, 83%, 70%), hsl(141, 83%, 50%));
gradient dark
background: linear-gradient(to right, hsl(141, 83%, 50%), hsl(141, 83%, 30%))
hex
background-color: #16E960;
tailwind
bg-[hsl(141,83%,50%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 83%, 50%, 0.4);
css variable
--color-primary: hsl(141, 83%, 50%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(141, 83%, 50%)?
HEX: #16E960 | RGB: rgb(22, 233, 96) | CMYK: 91%, 0%, 59%, 9% | HSV: 141°, 91%, 91%. Copy any format from the conversion table above.
What colors go well with #16E960?
The complementary color is HSL(321, 83%, 50%). For a triadic harmony, use hues 141°, 261°, and 21°. For analogous combinations, try hues 111° and 171°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(141, 83%, 50%) in CSS?
As HSL: color: hsl(141, 83%, 50%); — As HEX: color: #16E960; — As RGB: color: rgb(22, 233, 96); — Tailwind CSS: bg-[hsl(141,83%,50%)] — CSS variable: --color-primary: hsl(141, 83%, 50%);