HSL(117, 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(117,94%,52%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 94%, 52%) | color: hsl(117, 94%, 52%) | |
| HEX | #1DF812 | color: #1DF812 | |
| RGB | rgb(29, 248, 18) | color: rgb(29, 248, 18) | |
| CMYK | cmyk(88%, 0%, 93%, 3%) | — | |
| HSV | hsv(117, 93%, 97%) | — | |
| HWB | hwb(117 7% 3%) | color: hwb(117 7% 3%) | |
| OKLCH | oklch(0.8501 0.2845 142.34) | color: oklch(0.8501 0.2845 142.34) | |
| Lab | lab(85.72 -82.9 80.07) | color: lab(85.72 -82.9 80.07) | |
| LCH | lch(85.72 115.25 135.99) | color: lch(85.72 115.25 135.99) |
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)
#7C7E4A — rgb(124, 126, 74)
Deuteranopia (Green-blind)
#6F5F57 — rgb(111, 95, 87)
Tritanopia (Blue-blind)
#28767F — rgb(40, 118, 127)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 94%, 52%);
text
color: hsl(117, 94%, 52%);
border
border: 2px solid hsl(117, 94%, 52%);
gradient light
background: linear-gradient(to right, hsl(117, 94%, 72%), hsl(117, 94%, 52%));
gradient dark
background: linear-gradient(to right, hsl(117, 94%, 52%), hsl(117, 94%, 32%))
hex
background-color: #1DF812;
tailwind
bg-[hsl(117,94%,52%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 94%, 52%, 0.4);
css variable
--color-primary: hsl(117, 94%, 52%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(117, 94%, 52%)?
HEX: #1DF812 | RGB: rgb(29, 248, 18) | CMYK: 88%, 0%, 93%, 3% | HSV: 117°, 93%, 97%. Copy any format from the conversion table above.
What colors go well with #1DF812?
The complementary color is HSL(297, 94%, 52%). For a triadic harmony, use hues 117°, 237°, and 357°. For analogous combinations, try hues 87° and 147°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(117, 94%, 52%) in CSS?
As HSL: color: hsl(117, 94%, 52%); — As HEX: color: #1DF812; — As RGB: color: rgb(29, 248, 18); — Tailwind CSS: bg-[hsl(117,94%,52%)] — CSS variable: --color-primary: hsl(117, 94%, 52%);