#0FD32C
A medium, vivid green closely aligning with Limegreen.
About #0FD32C
Visually, #0FD32C is defined as a vivid green. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(15, 211, 44).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 93% C, 0% M, 79% Y, and 17% K. The HSL representation is 128.9° hue, 86.7% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FD32C
RGB15, 211, 44
HSL128.9°, 86.7%, 44.3%
CMYK93%, 0%, 79%, 17%
HSV128.9°, 92.9%, 82.7%
LAB74.1, -72.6, 64.6
XYZ23.9, 46.9, 10.2
Decimal1037100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.02:1
Text on #FFFFFF
FAIL
10.37:1
Text on #000000
AAA
1.93:1
Text on #F8FAFC
FAIL
8.82:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FD32C;
}
.text-color {
color: #0FD32C;
}
.border-color {
border: 2px solid #0FD32C;
}