#99F000
A medium, vivid green closely aligning with Greenyellow.
About #99F000
Visually, #99F000 is defined as a vivid green. Its closest recognized web color is Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 240, and 0.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 36% C, 0% M, 100% Y, and 6% K. With a hue angle of 81.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99F000
RGB153, 240, 0
HSL81.8°, 100.0%, 47.1%
CMYK36%, 0%, 100%, 6%
HSV81.8°, 100.0%, 94.1%
LAB86.5, -54.4, 83.7
XYZ44.3, 69.1, 11.0
Decimal10088448
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.42:1
Text on #FFFFFF
FAIL
14.82:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.60:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F000;
}
.text-color {
color: #99F000;
}
.border-color {
border: 2px solid #99F000;
}