#a7fc00
a balanced, electric green · cool · closest name: lime
RGB
167, 252, 0
HSL
80°, 100%, 49%
CMYK
34, 0, 100, 1
Luminance
0.7784
Every format
| HEX | #a7fc00 |
| RGB | rgb(167, 252, 0) |
| HSL | hsl(80, 100%, 49%) |
| CMYK | cmyk(34%, 0%, 100%, 1%) |
| LAB | lab(90.7 -54.3 87.2) |
| LCH | lch(90.7 102.7 121.9) |
| OKLCH | oklch(0.902 0.243 130.0) |
Copy-ready code
/* CSS */
color: #a7fc00;
background-color: #a7fc00;
/* Tailwind (arbitrary) */
class="text-[#a7fc00] bg-[#a7fc00]"
/* SCSS */
$brand: #a7fc00;
/* SwiftUI */
Color(red: 0.655, green: 0.988, blue: 0.000)
/* Android */
Color.parseColor("#a7fc00")Accessibility — WCAG contrast
Aa
#a7fc00 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a7fc00 on black: 16.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green98.8%
Blue0.0%
CMYK percentages
Cyan33.7%
Magenta0.0%
Yellow100.0%
Key (black)1.2%
Color previews
#a7fc00 text on a black background
contrast 16.57:1
Card sample
#a7fc00 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a7fc00;
Background color
Panel with #a7fc00 background
background-color: #a7fc00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a7fc00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 252, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 252, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a7fc00; background: linear-gradient(135deg, #a7fc00, #00FC01);