#2CF00F
A medium, vivid green closely aligning with Lime.
About #2CF00F
Visually, #2CF00F is defined as a vivid green. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(44, 240, 15).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 82% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#2CF00F
RGB44, 240, 15
HSL112.3°, 88.2%, 50.0%
CMYK82%, 0%, 94%, 6%
HSV112.3°, 93.8%, 94.1%
LAB83.4, -79.5, 78.5
XYZ32.3, 62.9, 10.9
Decimal2945039
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.58:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF00F;
}
.text-color {
color: #2CF00F;
}
.border-color {
border: 2px solid #2CF00F;
}