#42BD83
A medium, moderate green closely aligning with Mediumseagreen.
About #42BD83
The hex code #42BD83 represents a beautifully specific shade of green. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 66 red, 189 green, and 131 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 65% C, 0% M, 31% Y, and 26% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#42BD83
RGB66, 189, 131
HSL151.7°, 48.2%, 50.0%
CMYK65%, 0%, 31%, 26%
HSV151.7°, 65.1%, 74.1%
LAB68.9, -47.5, 19.6
XYZ24.5, 39.2, 27.7
Decimal4373891
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.38:1
Text on #FFFFFF
FAIL
8.84:1
Text on #000000
AAA
2.27:1
Text on #F8FAFC
FAIL
7.51:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #42BD83;
}
.text-color {
color: #42BD83;
}
.border-color {
border: 2px solid #42BD83;
}