#6DD33A
A medium, moderate green closely aligning with Limegreen.
About #6DD33A
The hex code #6DD33A represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 109, 211, and 58.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 48% C, 0% M, 73% Y, and 17% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#6DD33A
RGB109, 211, 58
HSL100.0°, 63.5%, 52.7%
CMYK48%, 0%, 73%, 17%
HSV100.0°, 72.5%, 82.7%
LAB76.2, -55.4, 62.8
XYZ30.4, 50.1, 12.1
Decimal7197498
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.90:1
Text on #FFFFFF
FAIL
11.03:1
Text on #000000
AAA
1.82:1
Text on #F8FAFC
FAIL
9.38:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #6DD33A;
}
.text-color {
color: #6DD33A;
}
.border-color {
border: 2px solid #6DD33A;
}