#6DF00F
A medium, vivid green closely aligning with Lawngreen.
About #6DF00F
When working with digital screens, the color #6DF00F 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 109 red, 240 green, and 15 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 55% C, 0% M, 94% Y, and 6% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#6DF00F
RGB109, 240, 15
HSL94.9°, 88.2%, 50.0%
CMYK55%, 0%, 94%, 6%
HSV94.9°, 93.8%, 94.1%
LAB84.8, -67.6, 80.3
XYZ37.6, 65.6, 11.1
Decimal7204879
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.12:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.00:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF00F;
}
.text-color {
color: #6DF00F;
}
.border-color {
border: 2px solid #6DF00F;
}