#49FF1D
A medium, vivid green closely aligning with Lime.
About #49FF1D
Visually, #49FF1D is defined as a vivid green. If you're using CSS, you might find it aligns closely with Lime. This translates to an RGB value of rgb(73, 255, 29).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 71% C, 0% M, 89% Y, and 0% K. The HSL representation is 108.3° hue, 100.0% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#49FF1D
RGB73, 255, 29
HSL108.3°, 100.0%, 55.7%
CMYK71%, 0%, 89%, 0%
HSV108.3°, 88.6%, 100.0%
LAB88.5, -79.6, 81.1
XYZ38.7, 73.0, 13.2
Decimal4849437
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.35:1
Text on #FFFFFF
FAIL
15.61:1
Text on #000000
AAA
1.29:1
Text on #F8FAFC
FAIL
13.27:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FF1D;
}
.text-color {
color: #49FF1D;
}
.border-color {
border: 2px solid #49FF1D;
}