#2CBD75
A medium, moderate green closely aligning with Mediumseagreen.
About #2CBD75
When working with digital screens, the color #2CBD75 is rendered by mixing light. Its closest recognized web color is Mediumseagreen. In the RGB color space, it consists of 44 red, 189 green, and 117 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 77% Cyan, 0% Magenta, 38% Yellow, and 26% Black. With a hue angle of 150.2 degrees, it sits comfortably in the green spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#2CBD75
RGB44, 189, 117
HSL150.2°, 62.2%, 45.7%
CMYK77%, 0%, 38%, 26%
HSV150.2°, 76.7%, 74.1%
LAB68.2, -53.8, 26.0
XYZ22.4, 38.2, 23.0
Decimal2932085
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.64:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #2CBD75;
}
.text-color {
color: #2CBD75;
}
.border-color {
border: 2px solid #2CBD75;
}