#16F03A
A medium, vivid green closely aligning with Lime.
About #16F03A
At its core, #16F03A is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lime. Its digital footprint relies on 22 parts red, 240 parts green, and 58 parts blue light.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 91% cyan, 0% magenta, 76% yellow, and 6% black. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#16F03A
RGB22, 240, 58
HSL129.9°, 87.9%, 51.4%
CMYK91%, 0%, 76%, 6%
HSV129.9°, 90.8%, 94.1%
LAB83.3, -79.4, 69.3
XYZ32.3, 62.8, 14.4
Decimal1503290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.55:1
Text on #FFFFFF
FAIL
13.56:1
Text on #000000
AAA
1.48:1
Text on #F8FAFC
FAIL
11.53:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16F03A;
}
.text-color {
color: #16F03A;
}
.border-color {
border: 2px solid #16F03A;
}