#6DF03A
A medium, vivid green closely aligning with Lawngreen.
About #6DF03A
The hex code #6DF03A represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Lawngreen. This translates to an RGB value of rgb(109, 240, 58).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 55% Cyan, 0% Magenta, 76% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#6DF03A
RGB109, 240, 58
HSL103.2°, 85.8%, 58.4%
CMYK55%, 0%, 76%, 6%
HSV103.2°, 75.8%, 94.1%
LAB84.9, -66.0, 71.4
XYZ38.2, 65.9, 14.7
Decimal7204922
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.18:1
Text on #000000
AAA
1.42:1
Text on #F8FAFC
FAIL
12.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF03A;
}
.text-color {
color: #6DF03A;
}
.border-color {
border: 2px solid #6DF03A;
}