#0FE924
A medium, vivid green closely aligning with Lime.
About #0FE924
When working with digital screens, the color #0FE924 is rendered by mixing light. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(15, 233, 36).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 94% C, 0% M, 85% Y, and 9% K. The HSL representation is 125.8° hue, 87.9% saturation, and 48.6% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FE924
RGB15, 233, 36
HSL125.8°, 87.9%, 48.6%
CMYK94%, 0%, 85%, 9%
HSV125.8°, 93.6%, 91.4%
LAB81.0, -79.1, 73.0
XYZ29.7, 58.5, 11.4
Decimal1042724
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.70:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE924;
}
.text-color {
color: #0FE924;
}
.border-color {
border: 2px solid #0FE924;
}