#00CC7C
A medium, vivid green closely aligning with Mediumseagreen.
About #00CC7C
The hex code #00CC7C represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(0, 204, 124).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 100% cyan, 0% magenta, 39% yellow, and 20% black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00CC7C
RGB0, 204, 124
HSL156.5°, 100.0%, 40.0%
CMYK100%, 0%, 39%, 20%
HSV156.5°, 100.0%, 80.0%
LAB72.7, -60.8, 28.2
XYZ25.2, 44.6, 26.4
Decimal52348
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.12:1
Text on #FFFFFF
FAIL
9.93:1
Text on #000000
AAA
2.02:1
Text on #F8FAFC
FAIL
8.44:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00CC7C;
}
.text-color {
color: #00CC7C;
}
.border-color {
border: 2px solid #00CC7C;
}