#00D375
A medium, vivid green closely aligning with Mediumspringgreen.
About #00D375
The hex code #00D375 represents a beautifully specific shade of green. It is closely associated with the named CSS color Mediumspringgreen. This translates to an RGB value of rgb(0, 211, 117).
For print applications, it's crucial to understand its CMYK makeup. The color uses 100% Cyan, 0% Magenta, 45% Yellow, and 17% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00D375
RGB0, 211, 117
HSL153.3°, 100.0%, 41.4%
CMYK100%, 0%, 45%, 17%
HSV153.3°, 100.0%, 82.7%
LAB74.7, -64.5, 34.5
XYZ26.5, 47.9, 24.7
Decimal54133
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.99:1
Text on #FFFFFF
FAIL
10.57:1
Text on #000000
AAA
1.90:1
Text on #F8FAFC
FAIL
8.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D375;
}
.text-color {
color: #00D375;
}
.border-color {
border: 2px solid #00D375;
}