#2CF01D
A medium, vivid green closely aligning with Lime.
About #2CF01D
The precise color #2CF01D is an excellent choice for modern design projects. Its closest recognized web color is Lime. This translates to an RGB value of rgb(44, 240, 29).
Translating this color to physical media requires the CMYK color model. The color uses 82% Cyan, 0% Magenta, 88% Yellow, and 6% 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#2CF01D
RGB44, 240, 29
HSL115.7°, 87.6%, 52.7%
CMYK82%, 0%, 88%, 6%
HSV115.7°, 87.9%, 94.1%
LAB83.4, -79.2, 76.6
XYZ32.4, 62.9, 11.6
Decimal2945053
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.59:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.55:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF01D;
}
.text-color {
color: #2CF01D;
}
.border-color {
border: 2px solid #2CF01D;
}