HSL(143, 90%, 56%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(143,90%,56%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(143, 90%, 56%) | color: hsl(143, 90%, 56%) | |
| HEX | #2AF477 | color: #2AF477 | |
| RGB | rgb(42, 244, 119) | color: rgb(42, 244, 119) | |
| CMYK | cmyk(83%, 0%, 51%, 4%) | — | |
| HSV | hsv(143, 83%, 96%) | — | |
| HWB | hwb(143 16% 4%) | color: hwb(143 16% 4%) | |
| OKLCH | oklch(0.8487 0.2252 149.83) | color: oklch(0.8487 0.2252 149.83) | |
| Lab | lab(85.26 -72.6 46.87) | color: lab(85.26 -72.6 46.87) | |
| LCH | lch(85.26 86.42 147.15) | color: lch(85.26 86.42 147.15) |
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)
#818395 — rgb(129, 131, 149)
Deuteranopia (Green-blind)
#76679D — rgb(118, 103, 157)
Tritanopia (Blue-blind)
#34ADB2 — rgb(52, 173, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(143, 90%, 56%);
text
color: hsl(143, 90%, 56%);
border
border: 2px solid hsl(143, 90%, 56%);
gradient light
background: linear-gradient(to right, hsl(143, 90%, 76%), hsl(143, 90%, 56%));
gradient dark
background: linear-gradient(to right, hsl(143, 90%, 56%), hsl(143, 90%, 36%))
hex
background-color: #2AF477;
tailwind
bg-[hsl(143,90%,56%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(143, 90%, 56%, 0.4);
css variable
--color-primary: hsl(143, 90%, 56%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(143, 90%, 56%)?
HEX: #2AF477 | RGB: rgb(42, 244, 119) | CMYK: 83%, 0%, 51%, 4% | HSV: 143°, 83%, 96%. Copy any format from the conversion table above.
What colors go well with #2AF477?
The complementary color is HSL(323, 90%, 56%). For a triadic harmony, use hues 143°, 263°, and 23°. For analogous combinations, try hues 113° and 173°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(143, 90%, 56%) in CSS?
As HSL: color: hsl(143, 90%, 56%); — As HEX: color: #2AF477; — As RGB: color: rgb(42, 244, 119); — Tailwind CSS: bg-[hsl(143,90%,56%)] — CSS variable: --color-primary: hsl(143, 90%, 56%);