HSL(147, 94%, 42%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(147,94%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(147, 94%, 42%) | color: hsl(147, 94%, 42%) | |
| HEX | #06D061 | color: #06D061 | |
| RGB | rgb(6, 208, 97) | color: rgb(6, 208, 97) | |
| CMYK | cmyk(97%, 0%, 53%, 18%) | — | |
| HSV | hsv(147, 97%, 82%) | — | |
| HWB | hwb(147 2% 18%) | color: hwb(147 2% 18%) | |
| OKLCH | oklch(0.7499 0.2059 149.94) | color: oklch(0.7499 0.2059 149.94) | |
| Lab | lab(73.55 -66.56 42.87) | color: lab(73.55 -66.56 42.87) | |
| LCH | lch(73.55 79.17 147.22) | color: lch(73.55 79.17 147.22) |
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)
#5D5F7C — rgb(93, 95, 124)
Deuteranopia (Green-blind)
#524382 — rgb(82, 67, 130)
Tritanopia (Blue-blind)
#109196 — rgb(16, 145, 150)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(147, 94%, 42%);
text
color: hsl(147, 94%, 42%);
border
border: 2px solid hsl(147, 94%, 42%);
gradient light
background: linear-gradient(to right, hsl(147, 94%, 62%), hsl(147, 94%, 42%));
gradient dark
background: linear-gradient(to right, hsl(147, 94%, 42%), hsl(147, 94%, 22%))
hex
background-color: #06D061;
tailwind
bg-[hsl(147,94%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(147, 94%, 42%, 0.4);
css variable
--color-primary: hsl(147, 94%, 42%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(147, 94%, 42%)?
HEX: #06D061 | RGB: rgb(6, 208, 97) | CMYK: 97%, 0%, 53%, 18% | HSV: 147°, 97%, 82%. Copy any format from the conversion table above.
What colors go well with #06D061?
The complementary color is HSL(327, 94%, 42%). For a triadic harmony, use hues 147°, 267°, and 27°. For analogous combinations, try hues 117° and 177°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(147, 94%, 42%) in CSS?
As HSL: color: hsl(147, 94%, 42%); — As HEX: color: #06D061; — As RGB: color: rgb(6, 208, 97); — Tailwind CSS: bg-[hsl(147,94%,42%)] — CSS variable: --color-primary: hsl(147, 94%, 42%);