#99F82C
A medium, vivid green closely aligning with Greenyellow.
About #99F82C
The hex code #99F82C represents a beautifully specific shade of green. Its closest recognized web color is Greenyellow. To achieve this exact tint on a monitor, you would use an RGB mix of 153, 248, and 44.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 38% cyan, 0% magenta, 82% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#99F82C
RGB153, 248, 44
HSL87.9°, 93.6%, 57.3%
CMYK38%, 0%, 82%, 3%
HSV87.9°, 82.3%, 97.3%
LAB89.0, -56.6, 79.6
XYZ47.2, 74.1, 14.2
Decimal10090540
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.33:1
Text on #FFFFFF
FAIL
15.82:1
Text on #000000
AAA
1.27:1
Text on #F8FAFC
FAIL
13.45:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99F82C;
}
.text-color {
color: #99F82C;
}
.border-color {
border: 2px solid #99F82C;
}