#87f500
a balanced, electric green · cool · closest name: lime
RGB
135, 245, 0
HSL
87°, 100%, 48%
CMYK
45, 0, 100, 4
Luminance
0.7046
Every format
| HEX | #87f500 |
| RGB | rgb(135, 245, 0) |
| HSL | hsl(87, 100%, 48%) |
| CMYK | cmyk(45%, 0%, 100%, 4%) |
| LAB | lab(87.2 -62.1 83.8) |
| LCH | lch(87.2 104.3 126.5) |
| OKLCH | oklch(0.869 0.251 134.3) |
Copy-ready code
/* CSS */
color: #87f500;
background-color: #87f500;
/* Tailwind (arbitrary) */
class="text-[#87f500] bg-[#87f500]"
/* SCSS */
$brand: #87f500;
/* SwiftUI */
Color(red: 0.529, green: 0.961, blue: 0.000)
/* Android */
Color.parseColor("#87f500")Accessibility — WCAG contrast
Aa
#87f500 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#87f500 on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green96.1%
Blue0.0%
CMYK percentages
Cyan44.9%
Magenta0.0%
Yellow100.0%
Key (black)3.9%
Color previews
#87f500 text on a black background
contrast 15.09:1
Card sample
#87f500 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #87f500;
Background color
Panel with #87f500 background
background-color: #87f500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #87f500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 245, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 245, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #87f500; background: linear-gradient(135deg, #87f500, #00F51C);