#07BD07
A dark, vivid green closely aligning with Limegreen.
About #07BD07
At its core, #07BD07 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 189, and 7.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 96% C, 0% M, 96% Y, and 26% K. With a hue angle of 120.0 degrees, it sits comfortably in the green spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07BD07
RGB7, 189, 7
HSL120.0°, 92.9%, 38.4%
CMYK96%, 0%, 96%, 26%
HSV120.0°, 96.3%, 74.1%
LAB66.9, -68.3, 65.6
XYZ18.3, 36.5, 6.3
Decimal507143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.29:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BD07;
}
.text-color {
color: #07BD07;
}
.border-color {
border: 2px solid #07BD07;
}