#00B607
A dark, vivid green closely aligning with Limegreen.
About #00B607
The precise color #00B607 is an excellent choice for modern design projects. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 182, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 100% C, 0% M, 96% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00B607
RGB0, 182, 7
HSL122.3°, 100.0%, 35.7%
CMYK100%, 0%, 96%, 29%
HSV122.3°, 100.0%, 71.4%
LAB64.5, -66.7, 63.7
XYZ16.8, 33.5, 5.8
Decimal46599
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.73:1
Text on #FFFFFF
FAIL
7.69:1
Text on #000000
AAA
2.61:1
Text on #F8FAFC
FAIL
6.54:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00B607;
}
.text-color {
color: #00B607;
}
.border-color {
border: 2px solid #00B607;
}