HSL(117, 82%, 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(117,82%,53%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(117, 82%, 53%) | color: hsl(117, 82%, 53%) | |
| HEX | #2FE925 | color: #2FE925 | |
| RGB | rgb(47, 233, 37) | color: rgb(47, 233, 37) | |
| CMYK | cmyk(80%, 0%, 84%, 9%) | — | |
| HSV | hsv(117, 84%, 91%) | — | |
| HWB | hwb(117 15% 9%) | color: hwb(117 15% 9%) | |
| OKLCH | oklch(0.8139 0.2631 142.28) | color: oklch(0.8139 0.2631 142.28) | |
| Lab | lab(81.3 -76.54 73.15) | color: lab(81.3 -76.54 73.15) | |
| LCH | lch(81.3 105.87 136.3) | color: lch(81.3 105.87 136.3) |
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)
#808154 — rgb(128, 129, 84)
Deuteranopia (Green-blind)
#756760 — rgb(117, 103, 96)
Tritanopia (Blue-blind)
#387A82 — rgb(56, 122, 130)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(117, 82%, 53%);
text
color: hsl(117, 82%, 53%);
border
border: 2px solid hsl(117, 82%, 53%);
gradient light
background: linear-gradient(to right, hsl(117, 82%, 73%), hsl(117, 82%, 53%));
gradient dark
background: linear-gradient(to right, hsl(117, 82%, 53%), hsl(117, 82%, 33%))
hex
background-color: #2FE925;
tailwind
bg-[hsl(117,82%,53%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(117, 82%, 53%, 0.4);
css variable
--color-primary: hsl(117, 82%, 53%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(117, 82%, 53%)?
HEX: #2FE925 | RGB: rgb(47, 233, 37) | CMYK: 80%, 0%, 84%, 9% | HSV: 117°, 84%, 91%. Copy any format from the conversion table above.
What colors go well with #2FE925?
The complementary color is HSL(297, 82%, 53%). 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, 82%, 53%) in CSS?
As HSL: color: hsl(117, 82%, 53%); — As HEX: color: #2FE925; — As RGB: color: rgb(47, 233, 37); — Tailwind CSS: bg-[hsl(117,82%,53%)] — CSS variable: --color-primary: hsl(117, 82%, 53%);