#16D30F
A medium, vivid green closely aligning with Limegreen.
About #16D30F
Visually, #16D30F is defined as a vivid green. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(22, 211, 15).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 90% cyan, 0% magenta, 93% yellow, and 17% black. 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16D30F
RGB22, 211, 15
HSL117.9°, 86.7%, 44.3%
CMYK90%, 0%, 93%, 17%
HSV117.9°, 92.9%, 82.7%
LAB74.1, -73.4, 70.7
XYZ23.7, 46.8, 8.2
Decimal1495823
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.36:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16D30F;
}
.text-color {
color: #16D30F;
}
.border-color {
border: 2px solid #16D30F;
}