#5afb2f
a balanced, electric green · cool · closest name: lime
RGB
90, 251, 47
HSL
107°, 96%, 58%
CMYK
64, 0, 81, 2
Luminance
0.7137
Every format
| HEX | #5afb2f |
| RGB | rgb(90, 251, 47) |
| HSL | hsl(107, 96%, 58%) |
| CMYK | cmyk(64%, 0%, 81%, 2%) |
| LAB | lab(87.7 -74.6 76.8) |
| LCH | lch(87.7 107.1 134.1) |
| OKLCH | oklch(0.869 0.266 140.3) |
Copy-ready code
/* CSS */
color: #5afb2f;
background-color: #5afb2f;
/* Tailwind (arbitrary) */
class="text-[#5afb2f] bg-[#5afb2f]"
/* SCSS */
$brand: #5afb2f;
/* SwiftUI */
Color(red: 0.353, green: 0.984, blue: 0.184)
/* Android */
Color.parseColor("#5afb2f")Accessibility — WCAG contrast
Aa
#5afb2f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afb2f on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.4%
Blue18.4%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow81.3%
Key (black)1.6%
Color previews
#5afb2f text on a black background
contrast 15.27:1
Card sample
#5afb2f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afb2f;
Background color
Panel with #5afb2f background
background-color: #5afb2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afb2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 251, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 251, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afb2f; background: linear-gradient(135deg, #5afb2f, #2FFB8C);