#07BD33
A dark, vivid green closely aligning with Limegreen.
About #07BD33
The hex code #07BD33 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. This translates to an RGB value of rgb(7, 189, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 96% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07BD33
RGB7, 189, 51
HSL134.5°, 92.9%, 38.4%
CMYK96%, 0%, 73%, 26%
HSV134.5°, 96.3%, 74.1%
LAB67.0, -66.2, 55.4
XYZ18.9, 36.7, 9.2
Decimal507187
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.34:1
Text on #000000
AAA
2.41:1
Text on #F8FAFC
FAIL
7.09:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BD33;
}
.text-color {
color: #07BD33;
}
.border-color {
border: 2px solid #07BD33;
}