#49F800
A medium, vivid green closely aligning with Lime.
About #49F800
When working with digital screens, the color #49F800 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lime. In the RGB color space, it consists of 73 red, 248 green, and 0 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 71% C, 0% M, 100% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49F800
RGB73, 248, 0
HSL102.3°, 100.0%, 48.6%
CMYK71%, 0%, 100%, 3%
HSV102.3°, 100.0%, 97.3%
LAB86.3, -78.1, 82.3
XYZ36.3, 68.6, 11.3
Decimal4847616
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.43:1
Text on #FFFFFF
FAIL
14.71:1
Text on #000000
AAA
1.36:1
Text on #F8FAFC
FAIL
12.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F800;
}
.text-color {
color: #49F800;
}
.border-color {
border: 2px solid #49F800;
}