#01C902
A dark, vivid green closely aligning with Limegreen.
About #01C902
The hex code #01C902 represents a beautifully specific shade of green. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 1, 201, and 2.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 99% Yellow, and 21% Black. With a hue angle of 120.3 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#01C902
RGB1, 201, 2
HSL120.3°, 99.0%, 39.6%
CMYK100%, 0%, 99%, 21%
HSV120.3°, 99.5%, 78.8%
LAB70.7, -72.0, 69.3
XYZ20.9, 41.8, 7.0
Decimal116994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.24:1
Text on #FFFFFF
FAIL
9.36:1
Text on #000000
AAA
2.15:1
Text on #F8FAFC
FAIL
7.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #01C902;
}
.text-color {
color: #01C902;
}
.border-color {
border: 2px solid #01C902;
}