#07DB16
A medium, vivid green closely aligning with Limegreen.
About #07DB16
When working with digital screens, the color #07DB16 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(7, 219, 22).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 0% M, 90% Y, and 14% K. The HSL representation is 124.2° hue, 93.8% saturation, and 44.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07DB16
RGB7, 219, 22
HSL124.2°, 93.8%, 44.3%
CMYK97%, 0%, 90%, 14%
HSV124.2°, 96.8%, 85.9%
LAB76.5, -76.1, 71.8
XYZ25.6, 50.8, 9.2
Decimal514838
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.88:1
Text on #FFFFFF
FAIL
11.15:1
Text on #000000
AAA
1.80:1
Text on #F8FAFC
FAIL
9.48:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07DB16;
}
.text-color {
color: #07DB16;
}
.border-color {
border: 2px solid #07DB16;
}