#99D33A
A medium, moderate green closely aligning with Yellowgreen.
About #99D33A
When working with digital screens, the color #99D33A is rendered by mixing light. Designers often compare it to the standard color Yellowgreen. This translates to an RGB value of rgb(153, 211, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 27% Cyan, 0% Magenta, 73% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#99D33A
RGB153, 211, 58
HSL82.7°, 63.5%, 52.7%
CMYK27%, 0%, 73%, 17%
HSV82.7°, 72.5%, 82.7%
LAB78.3, -40.6, 65.6
XYZ37.2, 53.7, 12.4
Decimal10081082
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.73:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.97:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #99D33A;
}
.text-color {
color: #99D33A;
}
.border-color {
border: 2px solid #99D33A;
}