HSL(132, 84%, 47%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(132,84%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 84%, 47%) | color: hsl(132, 84%, 47%) | |
| HEX | #13DD3B | color: #13DD3B | |
| RGB | rgb(19, 221, 59) | color: rgb(19, 221, 59) | |
| CMYK | cmyk(91%, 0%, 73%, 13%) | — | |
| HSV | hsv(132, 91%, 87%) | — | |
| HWB | hwb(132 8% 13%) | color: hwb(132 8% 13%) | |
| OKLCH | oklch(0.7808 0.2457 144.48) | color: oklch(0.7808 0.2457 144.48) | |
| Lab | lab(77.38 -74.17 63.06) | color: lab(77.38 -74.17 63.06) | |
| LCH | lch(77.38 97.35 139.63) | color: lch(77.38 97.35 139.63) |
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)
#6A6C62 — rgb(106, 108, 98)
Deuteranopia (Green-blind)
#5F506C — rgb(95, 80, 108)
Tritanopia (Blue-blind)
#1D8188 — rgb(29, 129, 136)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 84%, 47%);
text
color: hsl(132, 84%, 47%);
border
border: 2px solid hsl(132, 84%, 47%);
gradient light
background: linear-gradient(to right, hsl(132, 84%, 67%), hsl(132, 84%, 47%));
gradient dark
background: linear-gradient(to right, hsl(132, 84%, 47%), hsl(132, 84%, 27%))
hex
background-color: #13DD3B;
tailwind
bg-[hsl(132,84%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 84%, 47%, 0.4);
css variable
--color-primary: hsl(132, 84%, 47%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(132, 84%, 47%)?
HEX: #13DD3B | RGB: rgb(19, 221, 59) | CMYK: 91%, 0%, 73%, 13% | HSV: 132°, 91%, 87%. Copy any format from the conversion table above.
What colors go well with #13DD3B?
The complementary color is HSL(312, 84%, 47%). For a triadic harmony, use hues 132°, 252°, and 12°. For analogous combinations, try hues 102° and 162°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(132, 84%, 47%) in CSS?
As HSL: color: hsl(132, 84%, 47%); — As HEX: color: #13DD3B; — As RGB: color: rgb(19, 221, 59); — Tailwind CSS: bg-[hsl(132,84%,47%)] — CSS variable: --color-primary: hsl(132, 84%, 47%);