#0FE233
A medium, vivid green closely aligning with Limegreen.
About #0FE233
When working with digital screens, the color #0FE233 is rendered by mixing light. Designers often compare it to the standard color Limegreen. This translates to an RGB value of rgb(15, 226, 51).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 93% cyan, 0% magenta, 77% yellow, and 11% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FE233
RGB15, 226, 51
HSL130.2°, 87.6%, 47.3%
CMYK93%, 0%, 77%, 11%
HSV130.2°, 93.4%, 88.6%
LAB78.9, -76.3, 67.1
XYZ28.0, 54.7, 12.2
Decimal1040947
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.76:1
Text on #FFFFFF
FAIL
11.95:1
Text on #000000
AAA
1.68:1
Text on #F8FAFC
FAIL
10.16:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE233;
}
.text-color {
color: #0FE233;
}
.border-color {
border: 2px solid #0FE233;
}