#07BD16
A dark, vivid green closely aligning with Limegreen.
About #07BD16
The precise color #07BD16 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. In the RGB color space, it consists of 7 red, 189 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 96% C, 0% M, 88% Y, and 26% K. The HSL representation is 124.9° hue, 92.9% saturation, and 38.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07BD16
RGB7, 189, 22
HSL124.9°, 92.9%, 38.4%
CMYK96%, 0%, 88%, 26%
HSV124.9°, 96.3%, 74.1%
LAB66.9, -67.9, 63.5
XYZ18.4, 36.5, 6.8
Decimal507158
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.30:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BD16;
}
.text-color {
color: #07BD16;
}
.border-color {
border: 2px solid #07BD16;
}