#2CA850
A medium, moderate green closely aligning with Mediumseagreen.
About #2CA850
The precise color #2CA850 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 168, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 74% C, 0% M, 52% Y, and 34% K. This makes it a relatively light color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2CA850
RGB44, 168, 80
HSL137.4°, 58.5%, 41.6%
CMYK74%, 0%, 52%, 34%
HSV137.4°, 73.8%, 65.9%
LAB60.9, -52.5, 35.8
XYZ16.5, 29.1, 12.3
Decimal2926672
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.08:1
Text on #FFFFFF
AA Large
6.82:1
Text on #000000
AA
2.94:1
Text on #F8FAFC
FAIL
5.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA850;
}
.text-color {
color: #2CA850;
}
.border-color {
border: 2px solid #2CA850;
}