#2CF849
A medium, vivid green closely aligning with Lime.
About #2CF849
At its core, #2CF849 is a medium and vivid hue. Designers often compare it to the standard color Lime. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 248, and 73.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 82% C, 0% M, 71% Y, and 3% K. The HSL representation is 128.5° hue, 93.6% saturation, and 57.3% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CF849
RGB44, 248, 73
HSL128.5°, 93.6%, 57.3%
CMYK82%, 0%, 71%, 3%
HSV128.5°, 82.3%, 97.3%
LAB86.1, -78.9, 67.1
XYZ35.8, 68.2, 17.6
Decimal2947145
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.63:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF849;
}
.text-color {
color: #2CF849;
}
.border-color {
border: 2px solid #2CF849;
}