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