#3DB660
A medium, moderate green closely aligning with Mediumseagreen.
About #3DB660
At its core, #3DB660 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumseagreen. In the RGB color space, it consists of 61 red, 182 green, and 96 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 66% Cyan, 0% Magenta, 47% Yellow, and 29% Black. The HSL representation is 137.4° hue, 49.8% saturation, and 47.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3DB660
RGB61, 182, 96
HSL137.4°, 49.8%, 47.6%
CMYK66%, 0%, 47%, 29%
HSV137.4°, 66.5%, 71.4%
LAB66.0, -52.2, 34.1
XYZ20.8, 35.3, 16.8
Decimal4044384
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.06:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3DB660;
}
.text-color {
color: #3DB660;
}
.border-color {
border: 2px solid #3DB660;
}