#07BD2C
A dark, vivid green closely aligning with Limegreen.
About #07BD2C
The precise color #07BD2C is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. This translates to an RGB value of rgb(7, 189, 44).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 96% cyan, 0% magenta, 77% yellow, and 26% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#07BD2C
RGB7, 189, 44
HSL132.2°, 92.9%, 38.4%
CMYK96%, 0%, 77%, 26%
HSV132.2°, 96.3%, 74.1%
LAB67.0, -66.7, 57.7
XYZ18.7, 36.6, 8.5
Decimal507180
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.32:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.08:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BD2C;
}
.text-color {
color: #07BD2C;
}
.border-color {
border: 2px solid #07BD2C;
}