#6DF066
A light, vivid green closely aligning with Limegreen.
About #6DF066
The hex code #6DF066 represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. This translates to an RGB value of rgb(109, 240, 102).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 55% C, 0% M, 57% Y, and 6% K. The HSL representation is 117.0° hue, 82.1% saturation, and 67.1% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light 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#6DF066
RGB109, 240, 102
HSL117.0°, 82.1%, 67.1%
CMYK55%, 0%, 57%, 6%
HSV117.0°, 57.5%, 94.1%
LAB85.3, -62.2, 55.0
XYZ39.9, 66.5, 23.3
Decimal7204966
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.31: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: #6DF066;
}
.text-color {
color: #6DF066;
}
.border-color {
border: 2px solid #6DF066;
}