#16F024
A medium, vivid green closely aligning with Lime.
About #16F024
When working with digital screens, the color #16F024 is rendered by mixing light. Its closest recognized web color is Lime. In the RGB color space, it consists of 22 red, 240 green, and 36 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 91% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16F024
RGB22, 240, 36
HSL123.9°, 87.9%, 51.4%
CMYK91%, 0%, 85%, 6%
HSV123.9°, 90.8%, 94.1%
LAB83.2, -80.6, 75.0
XYZ31.8, 62.6, 12.1
Decimal1503268
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.52:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.50:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F024;
}
.text-color {
color: #16F024;
}
.border-color {
border: 2px solid #16F024;
}