#5FE216
A medium, vivid green closely aligning with Lawngreen.
About #5FE216
Visually, #5FE216 is defined as a vivid green. Its closest recognized web color is Lawngreen. This translates to an RGB value of rgb(95, 226, 22).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 58% cyan, 0% magenta, 90% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FE216
RGB95, 226, 22
HSL98.5°, 82.3%, 48.6%
CMYK58%, 0%, 90%, 11%
HSV98.5°, 90.3%, 88.6%
LAB80.1, -66.2, 75.3
XYZ32.1, 56.9, 10.0
Decimal6283798
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.70:1
Text on #FFFFFF
FAIL
12.38:1
Text on #000000
AAA
1.62:1
Text on #F8FAFC
FAIL
10.52:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE216;
}
.text-color {
color: #5FE216;
}
.border-color {
border: 2px solid #5FE216;
}