#9cf511
a balanced, electric green · cool · closest name: lime
RGB
156, 245, 17
HSL
83°, 92%, 51%
CMYK
36, 0, 93, 4
Luminance
0.7241
Every format
| HEX | #9cf511 |
| RGB | rgb(156, 245, 17) |
| HSL | hsl(83, 92%, 51%) |
| CMYK | cmyk(36%, 0%, 93%, 4%) |
| LAB | lab(88.2 -55.1 83.5) |
| LCH | lch(88.2 100.1 123.4) |
| OKLCH | oklch(0.880 0.239 131.3) |
Copy-ready code
/* CSS */
color: #9cf511;
background-color: #9cf511;
/* Tailwind (arbitrary) */
class="text-[#9cf511] bg-[#9cf511]"
/* SCSS */
$brand: #9cf511;
/* SwiftUI */
Color(red: 0.612, green: 0.961, blue: 0.067)
/* Android */
Color.parseColor("#9cf511")Accessibility — WCAG contrast
Aa
#9cf511 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf511 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green96.1%
Blue6.7%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow93.1%
Key (black)3.9%
Color previews
#9cf511 text on a black background
contrast 15.48:1
Card sample
#9cf511 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf511;
Background color
Panel with #9cf511 background
background-color: #9cf511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 245, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 245, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf511; background: linear-gradient(135deg, #9cf511, #11F51E);