#0FFF24
A medium, vivid green closely aligning with Lime.
About #0FFF24
The precise color #0FFF24 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, 255, 36).
For print applications, it's crucial to understand its CMYK makeup. The color uses 94% Cyan, 0% Magenta, 86% Yellow, and 0% 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#0FFF24
RGB15, 255, 36
HSL125.2°, 100.0%, 52.9%
CMYK94%, 0%, 86%, 0%
HSV125.2°, 94.1%, 100.0%
LAB87.8, -84.9, 79.1
XYZ36.3, 71.7, 13.6
Decimal1048356
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.35:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.05:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFF24;
}
.text-color {
color: #0FFF24;
}
.border-color {
border: 2px solid #0FFF24;
}