#49FF33
A light, vivid green closely aligning with Lime.
About #49FF33
The hex code #49FF33 represents a beautifully specific shade of green. It is closely associated with the named CSS color Lime. Its digital footprint relies on 73 parts red, 255 parts green, and 51 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 71% cyan, 0% magenta, 80% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#49FF33
RGB73, 255, 51
HSL113.5°, 100.0%, 60.0%
CMYK71%, 0%, 80%, 0%
HSV113.5°, 80.0%, 100.0%
LAB88.5, -78.7, 76.5
XYZ39.1, 73.2, 15.2
Decimal4849459
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.34:1
Text on #FFFFFF
FAIL
15.64:1
Text on #000000
AAA
1.28:1
Text on #F8FAFC
FAIL
13.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49FF33;
}
.text-color {
color: #49FF33;
}
.border-color {
border: 2px solid #49FF33;
}