#42D366
A medium, moderate green closely aligning with Mediumspringgreen.
About #42D366
When working with digital screens, the color #42D366 is rendered by mixing light. It is closely associated with the named CSS color Mediumspringgreen. In the RGB color space, it consists of 66 red, 211 green, and 102 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 69% Cyan, 0% Magenta, 52% Yellow, and 17% Black. The HSL representation is 134.9° hue, 62.2% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42D366
RGB66, 211, 102
HSL134.9°, 62.2%, 54.3%
CMYK69%, 0%, 52%, 17%
HSV134.9°, 68.7%, 82.7%
LAB75.3, -60.9, 42.7
XYZ27.9, 48.7, 20.5
Decimal4379494
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.96:1
Text on #FFFFFF
FAIL
10.74:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42D366;
}
.text-color {
color: #42D366;
}
.border-color {
border: 2px solid #42D366;
}