HSL(132, 94%, 52%)
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,94%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(132, 94%, 52%) | color: hsl(132, 94%, 52%) | |
| HEX | #12F840 | color: #12F840 | |
| RGB | rgb(18, 248, 64) | color: rgb(18, 248, 64) | |
| CMYK | cmyk(93%, 0%, 74%, 3%) | — | |
| HSV | hsv(132, 93%, 97%) | — | |
| HWB | hwb(132 7% 3%) | color: hwb(132 7% 3%) | |
| OKLCH | oklch(0.8512 0.2702 144.34) | color: oklch(0.8512 0.2702 144.34) | |
| Lab | lab(85.82 -81.39 69.85) | color: lab(85.82 -81.39 69.85) | |
| LCH | lch(85.82 107.25 139.36) | color: lch(85.82 107.25 139.36) |
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)
#76786D — rgb(118, 120, 109)
Deuteranopia (Green-blind)
#685777 — rgb(104, 87, 119)
Tritanopia (Blue-blind)
#1E9097 — rgb(30, 144, 151)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(132, 94%, 52%);
text
color: hsl(132, 94%, 52%);
border
border: 2px solid hsl(132, 94%, 52%);
gradient light
background: linear-gradient(to right, hsl(132, 94%, 72%), hsl(132, 94%, 52%));
gradient dark
background: linear-gradient(to right, hsl(132, 94%, 52%), hsl(132, 94%, 32%))
hex
background-color: #12F840;
tailwind
bg-[hsl(132,94%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(132, 94%, 52%, 0.4);
css variable
--color-primary: hsl(132, 94%, 52%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(132, 94%, 52%)?
HEX: #12F840 | RGB: rgb(18, 248, 64) | CMYK: 93%, 0%, 74%, 3% | HSV: 132°, 93%, 97%. Copy any format from the conversion table above.
What colors go well with #12F840?
The complementary color is HSL(312, 94%, 52%). 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, 94%, 52%) in CSS?
As HSL: color: hsl(132, 94%, 52%); — As HEX: color: #12F840; — As RGB: color: rgb(18, 248, 64); — Tailwind CSS: bg-[hsl(132,94%,52%)] — CSS variable: --color-primary: hsl(132, 94%, 52%);