#07BD3A
A dark, vivid green closely aligning with Limegreen.
About #07BD3A
The hex code #07BD3A represents a beautifully specific shade of green. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 189, and 58.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 96% cyan, 0% magenta, 69% yellow, and 26% black. The HSL representation is 136.8° hue, 92.9% saturation, and 38.4% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07BD3A
RGB7, 189, 58
HSL136.8°, 92.9%, 38.4%
CMYK96%, 0%, 69%, 26%
HSV136.8°, 96.3%, 74.1%
LAB67.1, -65.5, 52.7
XYZ19.0, 36.7, 10.1
Decimal507194
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.35:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BD3A;
}
.text-color {
color: #07BD3A;
}
.border-color {
border: 2px solid #07BD3A;
}