#9fff2c
a balanced, electric green · cool · closest name: lime
RGB
159, 255, 44
HSL
87°, 100%, 59%
CMYK
38, 0, 83, 0
Luminance
0.7907
Every format
| HEX | #9fff2c |
| RGB | rgb(159, 255, 44) |
| HSL | hsl(87, 100%, 59%) |
| CMYK | cmyk(38%, 0%, 83%, 0%) |
| LAB | lab(91.3 -57.4 81.7) |
| LCH | lch(91.3 99.8 125.1) |
| OKLCH | oklch(0.906 0.241 132.4) |
Copy-ready code
/* CSS */
color: #9fff2c;
background-color: #9fff2c;
/* Tailwind (arbitrary) */
class="text-[#9fff2c] bg-[#9fff2c]"
/* SCSS */
$brand: #9fff2c;
/* SwiftUI */
Color(red: 0.624, green: 1.000, blue: 0.173)
/* Android */
Color.parseColor("#9fff2c")Accessibility — WCAG contrast
Aa
#9fff2c on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9fff2c on black: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.4%
Green100.0%
Blue17.3%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow82.7%
Key (black)0.0%
Color previews
#9fff2c text on a black background
contrast 16.81:1
Card sample
#9fff2c text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9fff2c;
Background color
Panel with #9fff2c background
background-color: #9fff2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9fff2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(159, 255, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(159, 255, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9fff2c; background: linear-gradient(135deg, #9fff2c, #2CFF46);