#16BD0F
A medium, vivid green closely aligning with Limegreen.
About #16BD0F
At its core, #16BD0F is a medium and vivid hue. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(22, 189, 15).
If you are designing for print, the four-color process is what matters most. The color uses 88% Cyan, 0% Magenta, 92% Yellow, and 26% Black. With a hue angle of 117.6 degrees, it sits comfortably in the green spectrum.
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#16BD0F
RGB22, 189, 15
HSL117.6°, 85.3%, 40.0%
CMYK88%, 0%, 92%, 26%
HSV117.6°, 92.1%, 74.1%
LAB67.0, -67.3, 64.8
XYZ18.6, 36.6, 6.5
Decimal1490191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.32:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16BD0F;
}
.text-color {
color: #16BD0F;
}
.border-color {
border: 2px solid #16BD0F;
}