#2CAF5F
A medium, moderate green closely aligning with Mediumseagreen.
About #2CAF5F
At its core, #2CAF5F is a medium and moderate hue. Its closest recognized web color is Mediumseagreen. Its digital footprint relies on 44 parts red, 175 parts green, and 95 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 75% Cyan, 0% Magenta, 46% Yellow, and 31% Black. With a hue angle of 143.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2CAF5F
RGB44, 175, 95
HSL143.4°, 59.8%, 42.9%
CMYK75%, 0%, 46%, 31%
HSV143.4°, 74.9%, 68.6%
LAB63.4, -52.6, 31.2
XYZ18.4, 32.0, 16.0
Decimal2928479
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.84:1
Text on #FFFFFF
FAIL
7.40:1
Text on #000000
AAA
2.71:1
Text on #F8FAFC
FAIL
6.29:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #2CAF5F;
}
.text-color {
color: #2CAF5F;
}
.border-color {
border: 2px solid #2CAF5F;
}