#0FC550
A medium, vivid green closely aligning with Limegreen.
About #0FC550
The precise color #0FC550 is an excellent choice for modern design projects. It is closely associated with the named CSS color Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 197, and 80.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 92% C, 0% M, 59% Y, and 23% K. The HSL representation is 141.4° hue, 85.8% saturation, and 41.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#0FC550
RGB15, 197, 80
HSL141.4°, 85.8%, 41.6%
CMYK92%, 0%, 59%, 23%
HSV141.4°, 92.4%, 77.3%
LAB69.9, -65.1, 46.5
XYZ21.6, 40.6, 14.3
Decimal1033552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.30:1
Text on #FFFFFF
FAIL
9.12:1
Text on #000000
AAA
2.20:1
Text on #F8FAFC
FAIL
7.76:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC550;
}
.text-color {
color: #0FC550;
}
.border-color {
border: 2px solid #0FC550;
}