#09ff49
a balanced, electric green · cool · closest name: lime
RGB
9, 255, 73
HSL
136°, 100%, 52%
CMYK
97, 0, 71, 0
Luminance
0.7206
Every format
| HEX | #09ff49 |
| RGB | rgb(9, 255, 73) |
| HSL | hsl(136, 100%, 52%) |
| CMYK | cmyk(97%, 0%, 71%, 0%) |
| LAB | lab(88.0 -82.9 69.0) |
| LCH | lch(88.0 107.9 140.2) |
| OKLCH | oklch(0.869 0.273 144.9) |
Copy-ready code
/* CSS */
color: #09ff49;
background-color: #09ff49;
/* Tailwind (arbitrary) */
class="text-[#09ff49] bg-[#09ff49]"
/* SCSS */
$brand: #09ff49;
/* SwiftUI */
Color(red: 0.035, green: 1.000, blue: 0.286)
/* Android */
Color.parseColor("#09ff49")Accessibility — WCAG contrast
Aa
#09ff49 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09ff49 on black: 15.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green100.0%
Blue28.6%
CMYK percentages
Cyan96.5%
Magenta0.0%
Yellow71.4%
Key (black)0.0%
Color previews
#09ff49 text on a black background
contrast 15.41:1
Card sample
#09ff49 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09ff49;
Background color
Panel with #09ff49 background
background-color: #09ff49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09ff49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 255, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 255, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09ff49; background: linear-gradient(135deg, #09ff49, #09FFED);