HSL(145, 94%, 57%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(145,94%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(145, 94%, 57%) | color: hsl(145, 94%, 57%) | |
| HEX | #2AF880 | color: #2AF880 | |
| RGB | rgb(42, 248, 128) | color: rgb(42, 248, 128) | |
| CMYK | cmyk(83%, 0%, 48%, 3%) | — | |
| HSV | hsv(145, 83%, 97%) | — | |
| HWB | hwb(145 16% 3%) | color: hwb(145 16% 3%) | |
| OKLCH | oklch(0.8601 0.2224 151.01) | color: oklch(0.8601 0.2224 151.01) | |
| Lab | lab(86.59 -72.53 44.27) | color: lab(86.59 -72.53 44.27) | |
| LCH | lch(86.59 84.97 148.6) | color: lch(86.59 84.97 148.6) |
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)
#83859D — rgb(131, 133, 157)
Deuteranopia (Green-blind)
#7768A4 — rgb(119, 104, 164)
Tritanopia (Blue-blind)
#34B4B9 — rgb(52, 180, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(145, 94%, 57%);
text
color: hsl(145, 94%, 57%);
border
border: 2px solid hsl(145, 94%, 57%);
gradient light
background: linear-gradient(to right, hsl(145, 94%, 77%), hsl(145, 94%, 57%));
gradient dark
background: linear-gradient(to right, hsl(145, 94%, 57%), hsl(145, 94%, 37%))
hex
background-color: #2AF880;
tailwind
bg-[hsl(145,94%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(145, 94%, 57%, 0.4);
css variable
--color-primary: hsl(145, 94%, 57%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(145, 94%, 57%)?
HEX: #2AF880 | RGB: rgb(42, 248, 128) | CMYK: 83%, 0%, 48%, 3% | HSV: 145°, 83%, 97%. Copy any format from the conversion table above.
What colors go well with #2AF880?
The complementary color is HSL(325, 94%, 57%). For a triadic harmony, use hues 145°, 265°, and 25°. For analogous combinations, try hues 115° and 175°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(145, 94%, 57%) in CSS?
As HSL: color: hsl(145, 94%, 57%); — As HEX: color: #2AF880; — As RGB: color: rgb(42, 248, 128); — Tailwind CSS: bg-[hsl(145,94%,57%)] — CSS variable: --color-primary: hsl(145, 94%, 57%);