#6DFF50
A light, vivid green closely aligning with Lawngreen.
About #6DFF50
At its core, #6DFF50 is a light and vivid hue. It is closely associated with the named CSS color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 255, and 80.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 57% cyan and 0% magenta inks. The HSL representation is 110.1° hue, 100.0% saturation, and 65.7% lightness.
Contrast ratios determine whether this color is safe for typography. 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#6DFF50
RGB109, 255, 80
HSL110.1°, 100.0%, 65.7%
CMYK57%, 0%, 69%, 0%
HSV110.1°, 68.6%, 100.0%
LAB89.6, -69.6, 68.6
XYZ43.5, 75.4, 19.8
Decimal7208784
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.31:1
Text on #FFFFFF
FAIL
16.07:1
Text on #000000
AAA
1.25:1
Text on #F8FAFC
FAIL
13.66:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DFF50;
}
.text-color {
color: #6DFF50;
}
.border-color {
border: 2px solid #6DFF50;
}