#07BD42
A dark, vivid green closely aligning with Limegreen.
About #07BD42
Visually, #07BD42 is defined as a vivid green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(7, 189, 66).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 96% cyan, 0% magenta, 65% yellow, and 26% black. With a hue angle of 139.5 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07BD42
RGB7, 189, 66
HSL139.5°, 92.9%, 38.4%
CMYK96%, 0%, 65%, 26%
HSV139.5°, 96.3%, 74.1%
LAB67.2, -64.7, 49.5
XYZ19.3, 36.8, 11.2
Decimal507202
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.51:1
Text on #FFFFFF
FAIL
8.37:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BD42;
}
.text-color {
color: #07BD42;
}
.border-color {
border: 2px solid #07BD42;
}