#99F03A
A medium, vivid green closely aligning with Greenyellow.
About #99F03A
Visually, #99F03A is defined as a vivid green. Designers often compare it to the standard color Greenyellow. This translates to an RGB value of rgb(153, 240, 58).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 36% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#99F03A
RGB153, 240, 58
HSL88.7°, 85.8%, 58.4%
CMYK36%, 0%, 76%, 6%
HSV88.7°, 75.8%, 94.1%
LAB86.7, -52.8, 73.7
XYZ45.1, 69.4, 15.0
Decimal10088506
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.88:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.65:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F03A;
}
.text-color {
color: #99F03A;
}
.border-color {
border: 2px solid #99F03A;
}