#5FE90F
A medium, vivid green closely aligning with Lawngreen.
About #5FE90F
At its core, #5FE90F is a medium and vivid hue. Designers often compare it to the standard color Lawngreen. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 233, and 15.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 59% cyan, 0% magenta, 94% yellow, and 9% black. The HSL representation is 98.0° hue, 87.9% saturation, and 48.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#5FE90F
RGB95, 233, 15
HSL98.0°, 87.9%, 48.6%
CMYK59%, 0%, 94%, 9%
HSV98.0°, 93.6%, 91.4%
LAB82.2, -68.7, 78.0
XYZ33.9, 60.7, 10.4
Decimal6285583
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.60:1
Text on #FFFFFF
FAIL
13.15:1
Text on #000000
AAA
1.53:1
Text on #F8FAFC
FAIL
11.18:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FE90F;
}
.text-color {
color: #5FE90F;
}
.border-color {
border: 2px solid #5FE90F;
}