#2CA057
A medium, moderate green closely aligning with Mediumseagreen.
About #2CA057
When working with digital screens, the color #2CA057 is rendered by mixing light. Its closest recognized web color is Mediumseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 44, 160, and 87.
Translating this color to physical media requires the CMYK color model. The color uses 72% Cyan, 0% Magenta, 46% Yellow, and 37% Black. 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#2CA057
RGB44, 160, 87
HSL142.2°, 56.9%, 40.0%
CMYK72%, 0%, 46%, 37%
HSV142.2°, 72.5%, 62.7%
LAB58.4, -48.4, 29.0
XYZ15.3, 26.4, 13.3
Decimal2924631
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.35:1
Text on #FFFFFF
AA Large
6.27:1
Text on #000000
AA
3.20:1
Text on #F8FAFC
AA Large
5.33:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CA057;
}
.text-color {
color: #2CA057;
}
.border-color {
border: 2px solid #2CA057;
}