#2CFF50
A medium, vivid green closely aligning with Lime.
About #2CFF50
Visually, #2CFF50 is defined as a vivid green. Its closest recognized web color is Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 255, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 83% C, 0% M, 69% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CFF50
RGB44, 255, 80
HSL130.2°, 100.0%, 58.6%
CMYK83%, 0%, 69%, 0%
HSV130.2°, 82.7%, 100.0%
LAB88.3, -80.3, 66.9
XYZ38.2, 72.6, 19.6
Decimal2948944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.53:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.20:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CFF50;
}
.text-color {
color: #2CFF50;
}
.border-color {
border: 2px solid #2CFF50;
}