#00C533
A dark, vivid green closely aligning with Limegreen.
About #00C533
At its core, #00C533 is a dark and vivid hue. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(0, 197, 51).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00C533
RGB0, 197, 51
HSL135.5°, 100.0%, 38.6%
CMYK100%, 0%, 74%, 23%
HSV135.5°, 100.0%, 77.3%
LAB69.6, -68.8, 57.9
XYZ20.6, 40.2, 9.8
Decimal50483
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.32:1
Text on #FFFFFF
FAIL
9.03:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.68:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00C533;
}
.text-color {
color: #00C533;
}
.border-color {
border: 2px solid #00C533;
}