#49F00F
A medium, vivid green closely aligning with Lawngreen.
About #49F00F
When working with digital screens, the color #49F00F is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lawngreen. In the RGB color space, it consists of 73 red, 240 green, and 15 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 70% C, 0% M, 94% Y, and 6% K. The HSL representation is 104.5° hue, 88.2% saturation, and 50.0% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#49F00F
RGB73, 240, 15
HSL104.5°, 88.2%, 50.0%
CMYK70%, 0%, 94%, 6%
HSV104.5°, 93.8%, 94.1%
LAB83.8, -75.5, 79.1
XYZ34.0, 63.8, 11.0
Decimal4845583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.53:1
Text on #FFFFFF
FAIL
13.75:1
Text on #000000
AAA
1.46:1
Text on #F8FAFC
FAIL
11.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F00F;
}
.text-color {
color: #49F00F;
}
.border-color {
border: 2px solid #49F00F;
}