#0FE92C
A medium, vivid green closely aligning with Lime.
About #0FE92C
When working with digital screens, the color #0FE92C is rendered by mixing light. It is closely associated with the named CSS color Lime. This translates to an RGB value of rgb(15, 233, 44).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 0% M, 81% Y, and 9% K. The HSL representation is 128.0° hue, 87.9% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FE92C
RGB15, 233, 44
HSL128.0°, 87.9%, 48.6%
CMYK94%, 0%, 81%, 9%
HSV128.0°, 93.6%, 91.4%
LAB81.0, -78.7, 71.1
XYZ29.8, 58.6, 12.1
Decimal1042732
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.71:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FE92C;
}
.text-color {
color: #0FE92C;
}
.border-color {
border: 2px solid #0FE92C;
}