#0FE23A
A medium, vivid green closely aligning with Limegreen.
About #0FE23A
The hex code #0FE23A represents a beautifully specific shade of green. Its closest recognized web color is Limegreen. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 226, and 58.
For print applications, it's crucial to understand its CMYK makeup. The color uses 93% Cyan, 0% Magenta, 74% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FE23A
RGB15, 226, 58
HSL132.2°, 87.6%, 47.3%
CMYK93%, 0%, 74%, 11%
HSV132.2°, 93.4%, 88.6%
LAB78.9, -75.8, 64.9
XYZ28.2, 54.8, 13.1
Decimal1040954
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.96:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.17:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE23A;
}
.text-color {
color: #0FE23A;
}
.border-color {
border: 2px solid #0FE23A;
}