#51F412
A medium, vivid green closely aligning with Lawngreen.
About #51F412
When working with digital screens, the color #51F412 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lawngreen. Its digital footprint relies on 81 parts red, 244 parts green, and 18 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 67% C, 0% M, 93% Y, and 4% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. 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#51F412
RGB81, 244, 18
HSL103.3°, 91.1%, 51.4%
CMYK67%, 0%, 93%, 4%
HSV103.3°, 92.6%, 95.7%
LAB85.2, -75.1, 80.0
XYZ35.9, 66.5, 11.5
Decimal5370898
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.30:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #51F412;
}
.text-color {
color: #51F412;
}
.border-color {
border: 2px solid #51F412;
}