#42B65F
A medium, moderate green closely aligning with Mediumseagreen.
About #42B65F
The hex code #42B65F represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Mediumseagreen. In the RGB color space, it consists of 66 red, 182 green, and 95 blue.
Translating this color to physical media requires the CMYK color model. The color uses 64% Cyan, 0% Magenta, 48% Yellow, and 29% Black. The HSL representation is 135.0° hue, 46.8% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#42B65F
RGB66, 182, 95
HSL135.0°, 46.8%, 48.6%
CMYK64%, 0%, 48%, 29%
HSV135.0°, 63.7%, 71.4%
LAB66.1, -51.4, 34.8
XYZ21.0, 35.4, 16.6
Decimal4372063
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.60:1
Text on #FFFFFF
FAIL
8.09:1
Text on #000000
AAA
2.48:1
Text on #F8FAFC
FAIL
6.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #42B65F;
}
.text-color {
color: #42B65F;
}
.border-color {
border: 2px solid #42B65F;
}