#99FF99
A very light, vivid green closely aligning with Palegreen.
About #99FF99
Visually, #99FF99 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Palegreen. This translates to an RGB value of rgb(153, 255, 153).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 40% C, 0% M, 40% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#99FF99
RGB153, 255, 153
HSL120.0°, 100.0%, 80.0%
CMYK40%, 0%, 40%, 0%
HSV120.0°, 40.0%, 100.0%
LAB91.9, -49.5, 39.6
XYZ54.6, 80.6, 42.8
Decimal10092441
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.23:1
Text on #FFFFFF
FAIL
17.12:1
Text on #000000
AAA
1.17:1
Text on #F8FAFC
FAIL
14.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99FF99;
}
.text-color {
color: #99FF99;
}
.border-color {
border: 2px solid #99FF99;
}