HSL(142, 87%, 53%)
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,87%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(142, 87%, 53%) | color: hsl(142, 87%, 53%) | |
| HEX | #1FEF6B | color: #1FEF6B | |
| RGB | rgb(31, 239, 107) | color: rgb(31, 239, 107) | |
| CMYK | cmyk(87%, 0%, 55%, 6%) | — | |
| HSV | hsv(142, 87%, 94%) | — | |
| HWB | hwb(142 12% 6%) | color: hwb(142 12% 6%) | |
| OKLCH | oklch(0.8332 0.2309 148.7) | color: oklch(0.8332 0.2309 148.7) | |
| Lab | lab(83.49 -73.59 50.23) | color: lab(83.49 -73.59 50.23) | |
| LCH | lch(83.49 89.1 145.68) | color: lch(83.49 89.1 145.68) |
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)
#797B8B — rgb(121, 123, 139)
Deuteranopia (Green-blind)
#6D5D93 — rgb(109, 93, 147)
Tritanopia (Blue-blind)
#29A4AA — rgb(41, 164, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(142, 87%, 53%);
text
color: hsl(142, 87%, 53%);
border
border: 2px solid hsl(142, 87%, 53%);
gradient light
background: linear-gradient(to right, hsl(142, 87%, 73%), hsl(142, 87%, 53%));
gradient dark
background: linear-gradient(to right, hsl(142, 87%, 53%), hsl(142, 87%, 33%))
hex
background-color: #1FEF6B;
tailwind
bg-[hsl(142,87%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(142, 87%, 53%, 0.4);
css variable
--color-primary: hsl(142, 87%, 53%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(142, 87%, 53%)?
HEX: #1FEF6B | RGB: rgb(31, 239, 107) | CMYK: 87%, 0%, 55%, 6% | HSV: 142°, 87%, 94%. Copy any format from the conversion table above.
What colors go well with #1FEF6B?
The complementary color is HSL(322, 87%, 53%). 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, 87%, 53%) in CSS?
As HSL: color: hsl(142, 87%, 53%); — As HEX: color: #1FEF6B; — As RGB: color: rgb(31, 239, 107); — Tailwind CSS: bg-[hsl(142,87%,53%)] — CSS variable: --color-primary: hsl(142, 87%, 53%);