#5afb0c
a balanced, electric green · cool · closest name: lime
RGB
90, 251, 12
HSL
100°, 97%, 52%
CMYK
64, 0, 95, 2
Luminance
0.7119
Every format
| HEX | #5afb0c |
| RGB | rgb(90, 251, 12) |
| HSL | hsl(100, 97%, 52%) |
| CMYK | cmyk(64%, 0%, 95%, 2%) |
| LAB | lab(87.6 -75.6 82.6) |
| LCH | lch(87.6 112.0 132.5) |
| OKLCH | oklch(0.868 0.274 139.4) |
Copy-ready code
/* CSS */
color: #5afb0c;
background-color: #5afb0c;
/* Tailwind (arbitrary) */
class="text-[#5afb0c] bg-[#5afb0c]"
/* SCSS */
$brand: #5afb0c;
/* SwiftUI */
Color(red: 0.353, green: 0.984, blue: 0.047)
/* Android */
Color.parseColor("#5afb0c")Accessibility — WCAG contrast
Aa
#5afb0c on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5afb0c on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green98.4%
Blue4.7%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow95.2%
Key (black)1.6%
Color previews
#5afb0c text on a black background
contrast 15.24:1
Card sample
#5afb0c text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5afb0c;
Background color
Panel with #5afb0c background
background-color: #5afb0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5afb0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 251, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 251, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5afb0c; background: linear-gradient(135deg, #5afb0c, #0CFB5D);