#16E91D
A medium, vivid green closely aligning with Lime.
About #16E91D
At its core, #16E91D is a medium and vivid hue. Designers often compare it to the standard color Lime. In the RGB color space, it consists of 22 red, 233 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 91% cyan, 0% magenta, 88% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. 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#16E91D
RGB22, 233, 29
HSL122.0°, 82.7%, 50.0%
CMYK91%, 0%, 88%, 9%
HSV122.0°, 90.6%, 91.4%
LAB81.0, -79.0, 74.4
XYZ29.7, 58.5, 10.9
Decimal1501469
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16E91D;
}
.text-color {
color: #16E91D;
}
.border-color {
border: 2px solid #16E91D;
}