HSL(94, 90%, 44%)
Vivid Green — Green color
Adjust Color
Color Information
Color Name
Vivid Green
Color Family
Green
Warm / Cool
🔵 Cool
Temperature
5000K
CSS Class
bg-[hsl(94,90%,44%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(94, 90%, 44%) | color: hsl(94, 90%, 44%) | |
| HEX | #63D50B | color: #63D50B | |
| RGB | rgb(99, 213, 11) | color: rgb(99, 213, 11) | |
| CMYK | cmyk(54%, 0%, 95%, 16%) | — | |
| HSV | hsv(94, 95%, 84%) | — | |
| HWB | hwb(94 4% 16%) | color: hwb(94 4% 16%) | |
| OKLCH | oklch(0.775 0.2323 136.95) | color: oklch(0.775 0.2323 136.95) | |
| Lab | lab(76.23 -60.94 73.57) | color: lab(76.23 -60.94 73.57) | |
| LCH | lch(76.23 95.53 129.64) | color: lch(76.23 95.53 129.64) |
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)
#94953C — rgb(148, 149, 60)
Deuteranopia (Green-blind)
#8E8548 — rgb(142, 133, 72)
Tritanopia (Blue-blind)
#69626B — rgb(105, 98, 107)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(94, 90%, 44%);
text
color: hsl(94, 90%, 44%);
border
border: 2px solid hsl(94, 90%, 44%);
gradient light
background: linear-gradient(to right, hsl(94, 90%, 64%), hsl(94, 90%, 44%));
gradient dark
background: linear-gradient(to right, hsl(94, 90%, 44%), hsl(94, 90%, 24%))
hex
background-color: #63D50B;
tailwind
bg-[hsl(94,90%,44%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(94, 90%, 44%, 0.4);
css variable
--color-primary: hsl(94, 90%, 44%);
Related Colors
Use Cases for Vivid Green
Frequently Asked Questions
What are all the color codes for HSL(94, 90%, 44%)?
HEX: #63D50B | RGB: rgb(99, 213, 11) | CMYK: 54%, 0%, 95%, 16% | HSV: 94°, 95%, 84%. Copy any format from the conversion table above.
What colors go well with #63D50B?
The complementary color is HSL(274, 90%, 44%). For a triadic harmony, use hues 94°, 214°, and 334°. For analogous combinations, try hues 64° and 124°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(94, 90%, 44%) in CSS?
As HSL: color: hsl(94, 90%, 44%); — As HEX: color: #63D50B; — As RGB: color: rgb(99, 213, 11); — Tailwind CSS: bg-[hsl(94,90%,44%)] — CSS variable: --color-primary: hsl(94, 90%, 44%);