#99D300
A medium, vivid green closely aligning with Yellowgreen.
About #99D300
Visually, #99D300 is defined as a vivid green. Its closest recognized web color is Yellowgreen. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 211, and 0.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 27% C, 0% M, 100% Y, and 17% K. With a hue angle of 76.5 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99D300
RGB153, 211, 0
HSL76.5°, 100.0%, 41.4%
CMYK27%, 0%, 100%, 17%
HSV76.5°, 100.0%, 82.7%
LAB78.1, -42.3, 77.1
XYZ36.4, 53.4, 8.4
Decimal10081024
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.67:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.92:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99D300;
}
.text-color {
color: #99D300;
}
.border-color {
border: 2px solid #99D300;
}