#0FF824
A medium, vivid green closely aligning with Lime.
About #0FF824
The precise color #0FF824 is an excellent choice for modern design projects. Designers often compare it to the standard color Lime. This translates to an RGB value of rgb(15, 248, 36).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 94% cyan, 0% magenta, 85% yellow, and 3% black. With a hue angle of 125.4 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FF824
RGB15, 248, 36
HSL125.4°, 94.3%, 51.6%
CMYK94%, 0%, 85%, 3%
HSV125.4°, 94.0%, 97.3%
LAB85.7, -83.1, 77.2
XYZ34.1, 67.4, 12.9
Decimal1046564
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.45:1
Text on #FFFFFF
FAIL
14.47:1
Text on #000000
AAA
1.39:1
Text on #F8FAFC
FAIL
12.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FF824;
}
.text-color {
color: #0FF824;
}
.border-color {
border: 2px solid #0FF824;
}