#00D316
A medium, vivid green closely aligning with Limegreen.
About #00D316
When working with digital screens, the color #00D316 is rendered by mixing light. Designers often compare it to the standard color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 211, and 22.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. The HSL representation is 126.3° hue, 100.0% saturation, and 41.4% lightness.
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#00D316
RGB0, 211, 22
HSL126.3°, 100.0%, 41.4%
CMYK100%, 0%, 90%, 17%
HSV126.3°, 100.0%, 82.7%
LAB74.0, -74.2, 69.5
XYZ23.4, 46.6, 8.5
Decimal54038
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.33:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.78:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00D316;
}
.text-color {
color: #00D316;
}
.border-color {
border: 2px solid #00D316;
}