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