HSL(92, 88%, 49%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(92,88%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(92, 88%, 49%) | color: hsl(92, 88%, 49%) | |
| HEX | #76EB0F | color: #76EB0F | |
| RGB | rgb(118, 235, 15) | color: rgb(118, 235, 15) | |
| CMYK | cmyk(50%, 0%, 94%, 8%) | — | |
| HSV | hsv(92, 94%, 92%) | — | |
| HWB | hwb(92 6% 8%) | color: hwb(92 6% 8%) | |
| OKLCH | oklch(0.8377 0.2464 136) | color: oklch(0.8377 0.2464 136) | |
| Lab | lab(83.6 -63.36 79.41) | color: lab(83.6 -63.36 79.41) | |
| LCH | lch(83.6 101.59 128.59) | color: lch(83.6 101.59 128.59) |
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)
#A9AA44 — rgb(169, 170, 68)
Deuteranopia (Green-blind)
#A29951 — rgb(162, 153, 81)
Tritanopia (Blue-blind)
#7C6E78 — rgb(124, 110, 120)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(92, 88%, 49%);
text
color: hsl(92, 88%, 49%);
border
border: 2px solid hsl(92, 88%, 49%);
gradient light
background: linear-gradient(to right, hsl(92, 88%, 69%), hsl(92, 88%, 49%));
gradient dark
background: linear-gradient(to right, hsl(92, 88%, 49%), hsl(92, 88%, 29%))
hex
background-color: #76EB0F;
tailwind
bg-[hsl(92,88%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(92, 88%, 49%, 0.4);
css variable
--color-primary: hsl(92, 88%, 49%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(92, 88%, 49%)?
HEX: #76EB0F | RGB: rgb(118, 235, 15) | CMYK: 50%, 0%, 94%, 8% | HSV: 92°, 94%, 92%. Copy any format from the conversion table above.
What colors go well with #76EB0F?
The complementary color is HSL(272, 88%, 49%). For a triadic harmony, use hues 92°, 212°, and 332°. For analogous combinations, try hues 62° and 122°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(92, 88%, 49%) in CSS?
As HSL: color: hsl(92, 88%, 49%); — As HEX: color: #76EB0F; — As RGB: color: rgb(118, 235, 15); — Tailwind CSS: bg-[hsl(92,88%,49%)] — CSS variable: --color-primary: hsl(92, 88%, 49%);