HSL(126, 97%, 54%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(126,97%,54%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(126, 97%, 54%) | color: hsl(126, 97%, 54%) | |
| HEX | #18FB2F | color: #18FB2F | |
| RGB | rgb(24, 251, 47) | color: rgb(24, 251, 47) | |
| CMYK | cmyk(90%, 0%, 81%, 2%) | — | |
| HSV | hsv(126, 90%, 98%) | — | |
| HWB | hwb(126 10% 2%) | color: hwb(126 10% 2%) | |
| OKLCH | oklch(0.8584 0.2801 143.3) | color: oklch(0.8584 0.2801 143.3) | |
| Lab | lab(86.7 -82.97 75.6) | color: lab(86.7 -82.97 75.6) | |
| LCH | lch(86.7 112.25 137.66) | color: lch(86.7 112.25 137.66) |
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)
#7A7C60 — rgb(122, 124, 96)
Deuteranopia (Green-blind)
#6D5C6C — rgb(109, 92, 108)
Tritanopia (Blue-blind)
#238790 — rgb(35, 135, 144)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(126, 97%, 54%);
text
color: hsl(126, 97%, 54%);
border
border: 2px solid hsl(126, 97%, 54%);
gradient light
background: linear-gradient(to right, hsl(126, 97%, 74%), hsl(126, 97%, 54%));
gradient dark
background: linear-gradient(to right, hsl(126, 97%, 54%), hsl(126, 97%, 34%))
hex
background-color: #18FB2F;
tailwind
bg-[hsl(126,97%,54%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(126, 97%, 54%, 0.4);
css variable
--color-primary: hsl(126, 97%, 54%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(126, 97%, 54%)?
HEX: #18FB2F | RGB: rgb(24, 251, 47) | CMYK: 90%, 0%, 81%, 2% | HSV: 126°, 90%, 98%. Copy any format from the conversion table above.
What colors go well with #18FB2F?
The complementary color is HSL(306, 97%, 54%). For a triadic harmony, use hues 126°, 246°, and 6°. For analogous combinations, try hues 96° and 156°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(126, 97%, 54%) in CSS?
As HSL: color: hsl(126, 97%, 54%); — As HEX: color: #18FB2F; — As RGB: color: rgb(24, 251, 47); — Tailwind CSS: bg-[hsl(126,97%,54%)] — CSS variable: --color-primary: hsl(126, 97%, 54%);