HSL(88, 90%, 46%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
3500K
CSS Class
bg-[hsl(88,90%,46%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(88, 90%, 46%) | color: hsl(88, 90%, 46%) | |
| HEX | #7CDF0C | color: #7CDF0C | |
| RGB | rgb(124, 223, 12) | color: rgb(124, 223, 12) | |
| CMYK | cmyk(44%, 0%, 95%, 13%) | — | |
| HSV | hsv(88, 95%, 87%) | — | |
| HWB | hwb(88 4% 13%) | color: hwb(88 4% 13%) | |
| OKLCH | oklch(0.8106 0.2313 134.21) | color: oklch(0.8106 0.2313 134.21) | |
| Lab | lab(80.23 -57.19 77.1) | color: lab(80.23 -57.19 77.1) | |
| LCH | lch(80.23 96 126.57) | color: lch(80.23 96 126.57) |
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)
#A7A83F — rgb(167, 168, 63)
Deuteranopia (Green-blind)
#A19A4B — rgb(161, 154, 75)
Tritanopia (Blue-blind)
#816770 — rgb(129, 103, 112)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(88, 90%, 46%);
text
color: hsl(88, 90%, 46%);
border
border: 2px solid hsl(88, 90%, 46%);
gradient light
background: linear-gradient(to right, hsl(88, 90%, 66%), hsl(88, 90%, 46%));
gradient dark
background: linear-gradient(to right, hsl(88, 90%, 46%), hsl(88, 90%, 26%))
hex
background-color: #7CDF0C;
tailwind
bg-[hsl(88,90%,46%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(88, 90%, 46%, 0.4);
css variable
--color-primary: hsl(88, 90%, 46%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(88, 90%, 46%)?
HEX: #7CDF0C | RGB: rgb(124, 223, 12) | CMYK: 44%, 0%, 95%, 13% | HSV: 88°, 95%, 87%. Copy any format from the conversion table above.
What colors go well with #7CDF0C?
The complementary color is HSL(268, 90%, 46%). For a triadic harmony, use hues 88°, 208°, and 328°. For analogous combinations, try hues 58° and 118°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(88, 90%, 46%) in CSS?
As HSL: color: hsl(88, 90%, 46%); — As HEX: color: #7CDF0C; — As RGB: color: rgb(124, 223, 12); — Tailwind CSS: bg-[hsl(88,90%,46%)] — CSS variable: --color-primary: hsl(88, 90%, 46%);