HSL(142, 84%, 54%)
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,84%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 84%, 54%) | color: hsl(142, 84%, 54%) | |
| HEX | #27EC6F | color: #27EC6F | |
| RGB | rgb(39, 236, 111) | color: rgb(39, 236, 111) | |
| CMYK | cmyk(83%, 0%, 53%, 7%) | — | |
| HSV | hsv(142, 83%, 93%) | — | |
| HWB | hwb(142 16% 7%) | color: hwb(142 16% 7%) | |
| OKLCH | oklch(0.8269 0.223 149.25) | color: oklch(0.8269 0.223 149.25) | |
| Lab | lab(82.68 -71.47 47.44) | color: lab(82.68 -71.47 47.44) | |
| LCH | lch(82.68 85.78 146.42) | color: lch(82.68 85.78 146.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)
#7C7E8D — rgb(124, 126, 141)
Deuteranopia (Green-blind)
#716295 — rgb(113, 98, 149)
Tritanopia (Blue-blind)
#31A5AA — rgb(49, 165, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 84%, 54%);
text
color: hsl(142, 84%, 54%);
border
border: 2px solid hsl(142, 84%, 54%);
gradient light
background: linear-gradient(to right, hsl(142, 84%, 74%), hsl(142, 84%, 54%));
gradient dark
background: linear-gradient(to right, hsl(142, 84%, 54%), hsl(142, 84%, 34%))
hex
background-color: #27EC6F;
tailwind
bg-[hsl(142,84%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 84%, 54%, 0.4);
css variable
--color-primary: hsl(142, 84%, 54%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(142, 84%, 54%)?
HEX: #27EC6F | RGB: rgb(39, 236, 111) | CMYK: 83%, 0%, 53%, 7% | HSV: 142°, 83%, 93%. Copy any format from the conversion table above.
What colors go well with #27EC6F?
The complementary color is HSL(322, 84%, 54%). 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, 84%, 54%) in CSS?
As HSL: color: hsl(142, 84%, 54%); — As HEX: color: #27EC6F; — As RGB: color: rgb(39, 236, 111); — Tailwind CSS: bg-[hsl(142,84%,54%)] — CSS variable: --color-primary: hsl(142, 84%, 54%);