#0FFF1D
A medium, vivid green closely aligning with Lime.
About #0FFF1D
When working with digital screens, the color #0FFF1D is rendered by mixing light. It is closely associated with the named CSS color Lime. In the RGB color space, it consists of 15 red, 255 green, and 29 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 94% C, 0% M, 89% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0FFF1D
RGB15, 255, 29
HSL123.5°, 100.0%, 52.9%
CMYK94%, 0%, 89%, 0%
HSV123.5°, 94.1%, 100.0%
LAB87.8, -85.2, 80.3
XYZ36.2, 71.7, 13.1
Decimal1048349
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.34:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFF1D;
}
.text-color {
color: #0FFF1D;
}
.border-color {
border: 2px solid #0FFF1D;
}