HSL(134, 95%, 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(134,95%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(134, 95%, 53%) | color: hsl(134, 95%, 53%) | |
| HEX | #15F94A | color: #15F94A | |
| RGB | rgb(21, 249, 74) | color: rgb(21, 249, 74) | |
| CMYK | cmyk(92%, 0%, 70%, 2%) | — | |
| HSV | hsv(134, 92%, 98%) | — | |
| HWB | hwb(134 8% 2%) | color: hwb(134 8% 2%) | |
| OKLCH | oklch(0.8547 0.2656 144.97) | color: oklch(0.8547 0.2656 144.97) | |
| Lab | lab(86.21 -80.74 66.83) | color: lab(86.21 -80.74 66.83) | |
| LCH | lch(86.21 104.81 140.38) | color: lch(86.21 104.81 140.38) |
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)
#787A74 — rgb(120, 122, 116)
Deuteranopia (Green-blind)
#6B597F — rgb(107, 89, 127)
Tritanopia (Blue-blind)
#20969D — rgb(32, 150, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(134, 95%, 53%);
text
color: hsl(134, 95%, 53%);
border
border: 2px solid hsl(134, 95%, 53%);
gradient light
background: linear-gradient(to right, hsl(134, 95%, 73%), hsl(134, 95%, 53%));
gradient dark
background: linear-gradient(to right, hsl(134, 95%, 53%), hsl(134, 95%, 33%))
hex
background-color: #15F94A;
tailwind
bg-[hsl(134,95%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(134, 95%, 53%, 0.4);
css variable
--color-primary: hsl(134, 95%, 53%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(134, 95%, 53%)?
HEX: #15F94A | RGB: rgb(21, 249, 74) | CMYK: 92%, 0%, 70%, 2% | HSV: 134°, 92%, 98%. Copy any format from the conversion table above.
What colors go well with #15F94A?
The complementary color is HSL(314, 95%, 53%). For a triadic harmony, use hues 134°, 254°, and 14°. For analogous combinations, try hues 104° and 164°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(134, 95%, 53%) in CSS?
As HSL: color: hsl(134, 95%, 53%); — As HEX: color: #15F94A; — As RGB: color: rgb(21, 249, 74); — Tailwind CSS: bg-[hsl(134,95%,53%)] — CSS variable: --color-primary: hsl(134, 95%, 53%);