#0FE942
A medium, vivid green closely aligning with Limegreen.
About #0FE942
When working with digital screens, the color #0FE942 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(15, 233, 66).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 94% C, 0% M, 72% Y, and 9% K. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FE942
RGB15, 233, 66
HSL134.0°, 87.9%, 48.6%
CMYK94%, 0%, 72%, 9%
HSV134.0°, 93.6%, 91.4%
LAB81.2, -77.2, 64.5
XYZ30.3, 58.8, 14.9
Decimal1042754
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.75:1
Text on #000000
AAA
1.57:1
Text on #F8FAFC
FAIL
10.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE942;
}
.text-color {
color: #0FE942;
}
.border-color {
border: 2px solid #0FE942;
}