#2CC507
A medium, vivid green closely aligning with Limegreen.
About #2CC507
The precise color #2CC507 is an excellent choice for modern design projects. Its closest recognized web color is Limegreen. In the RGB color space, it consists of 44 red, 197 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 78% cyan, 0% magenta, 96% yellow, and 23% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CC507
RGB44, 197, 7
HSL108.3°, 93.1%, 40.0%
CMYK78%, 0%, 96%, 23%
HSV108.3°, 96.4%, 77.3%
LAB69.8, -67.4, 68.2
XYZ21.0, 40.5, 6.9
Decimal2934023
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.31:1
Text on #FFFFFF
FAIL
9.10:1
Text on #000000
AAA
2.21:1
Text on #F8FAFC
FAIL
7.73:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CC507;
}
.text-color {
color: #2CC507;
}
.border-color {
border: 2px solid #2CC507;
}