#16D342
A medium, vivid green closely aligning with Limegreen.
About #16D342
At its core, #16D342 is a medium and vivid hue. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 22, 211, and 66.
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, 69% yellow, and 17% black. The HSL representation is 134.0° hue, 81.1% saturation, and 45.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#16D342
RGB22, 211, 66
HSL134.0°, 81.1%, 45.7%
CMYK90%, 0%, 69%, 17%
HSV134.0°, 89.6%, 82.7%
LAB74.3, -70.5, 57.3
XYZ24.6, 47.2, 13.0
Decimal1495874
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.01:1
Text on #FFFFFF
FAIL
10.43:1
Text on #000000
AAA
1.92:1
Text on #F8FAFC
FAIL
8.87:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16D342;
}
.text-color {
color: #16D342;
}
.border-color {
border: 2px solid #16D342;
}