#6DF07C
A light, vivid green closely aligning with Palegreen.
About #6DF07C
At its core, #6DF07C is a light and vivid hue. Designers often compare it to the standard color Palegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 240, and 124.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 55% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#6DF07C
RGB109, 240, 124
HSL126.9°, 81.4%, 68.4%
CMYK55%, 0%, 48%, 6%
HSV126.9°, 54.6%, 94.1%
LAB85.5, -59.5, 45.1
XYZ41.1, 67.0, 29.8
Decimal7204988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.41:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DF07C;
}
.text-color {
color: #6DF07C;
}
.border-color {
border: 2px solid #6DF07C;
}