#07BD1D
A dark, vivid green closely aligning with Limegreen.
About #07BD1D
When working with digital screens, the color #07BD1D is rendered by mixing light. Designers often compare it to the standard color Limegreen. Its digital footprint relies on 7 parts red, 189 parts green, and 29 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 96% C, 0% M, 85% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a dark color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07BD1D
RGB7, 189, 29
HSL127.3°, 92.9%, 38.4%
CMYK96%, 0%, 85%, 26%
HSV127.3°, 96.3%, 74.1%
LAB66.9, -67.6, 62.0
XYZ18.5, 36.5, 7.2
Decimal507165
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.31: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: #07BD1D;
}
.text-color {
color: #07BD1D;
}
.border-color {
border: 2px solid #07BD1D;
}