#8cff20
a balanced, electric green · cool · closest name: lime
RGB
140, 255, 32
HSL
91°, 100%, 56%
CMYK
45, 0, 88, 0
Luminance
0.7720
Every format
| HEX | #8cff20 |
| RGB | rgb(140, 255, 32) |
| HSL | hsl(91, 100%, 56%) |
| CMYK | cmyk(45%, 0%, 88%, 0%) |
| LAB | lab(90.4 -63.8 83.0) |
| LCH | lch(90.4 104.7 127.5) |
| OKLCH | oklch(0.896 0.254 134.8) |
Copy-ready code
/* CSS */
color: #8cff20;
background-color: #8cff20;
/* Tailwind (arbitrary) */
class="text-[#8cff20] bg-[#8cff20]"
/* SCSS */
$brand: #8cff20;
/* SwiftUI */
Color(red: 0.549, green: 1.000, blue: 0.125)
/* Android */
Color.parseColor("#8cff20")Accessibility — WCAG contrast
Aa
#8cff20 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#8cff20 on black: 16.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green100.0%
Blue12.5%
CMYK percentages
Cyan45.1%
Magenta0.0%
Yellow87.5%
Key (black)0.0%
Color previews
#8cff20 text on a black background
contrast 16.44:1
Card sample
#8cff20 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8cff20;
Background color
Panel with #8cff20 background
background-color: #8cff20;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8cff20;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 255, 32, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 255, 32, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8cff20; background: linear-gradient(135deg, #8cff20, #20FF49);