HSL(141, 88%, 59%)
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,88%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(141, 88%, 59%) | color: hsl(141, 88%, 59%) | |
| HEX | #3AF27B | color: #3AF27B | |
| RGB | rgb(58, 242, 123) | color: rgb(58, 242, 123) | |
| CMYK | cmyk(76%, 0%, 49%, 5%) | — | |
| HSV | hsv(141, 76%, 95%) | — | |
| HWB | hwb(141 23% 5%) | color: hwb(141 23% 5%) | |
| OKLCH | oklch(0.8465 0.2162 149.95) | color: oklch(0.8465 0.2162 149.95) | |
| Lab | lab(84.91 -69.64 44.58) | color: lab(84.91 -69.64 44.58) | |
| LCH | lch(84.91 82.69 147.37) | color: lch(84.91 82.69 147.37) |
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)
#8A8B98 — rgb(138, 139, 152)
Deuteranopia (Green-blind)
#7F719F — rgb(127, 113, 159)
Tritanopia (Blue-blind)
#43AFB4 — rgb(67, 175, 180)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(141, 88%, 59%);
text
color: hsl(141, 88%, 59%);
border
border: 2px solid hsl(141, 88%, 59%);
gradient light
background: linear-gradient(to right, hsl(141, 88%, 79%), hsl(141, 88%, 59%));
gradient dark
background: linear-gradient(to right, hsl(141, 88%, 59%), hsl(141, 88%, 39%))
hex
background-color: #3AF27B;
tailwind
bg-[hsl(141,88%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(141, 88%, 59%, 0.4);
css variable
--color-primary: hsl(141, 88%, 59%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(141, 88%, 59%)?
HEX: #3AF27B | RGB: rgb(58, 242, 123) | CMYK: 76%, 0%, 49%, 5% | HSV: 141°, 76%, 95%. Copy any format from the conversion table above.
What colors go well with #3AF27B?
The complementary color is HSL(321, 88%, 59%). 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, 88%, 59%) in CSS?
As HSL: color: hsl(141, 88%, 59%); — As HEX: color: #3AF27B; — As RGB: color: rgb(58, 242, 123); — Tailwind CSS: bg-[hsl(141,88%,59%)] — CSS variable: --color-primary: hsl(141, 88%, 59%);