#2CF80F
A medium, vivid green closely aligning with Lime.
About #2CF80F
At its core, #2CF80F is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 44 red, 248 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 82% cyan, 0% magenta, 94% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CF80F
RGB44, 248, 15
HSL112.5°, 94.3%, 51.6%
CMYK82%, 0%, 94%, 3%
HSV112.5°, 94.0%, 97.3%
LAB85.9, -81.7, 80.6
XYZ34.7, 67.7, 11.7
Decimal2947087
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.54:1
Text on #000000
AAA
1.38:1
Text on #F8FAFC
FAIL
12.36:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CF80F;
}
.text-color {
color: #2CF80F;
}
.border-color {
border: 2px solid #2CF80F;
}