#09ff39
a balanced, electric green · cool · closest name: lime
RGB
9, 255, 57
HSL
132°, 100%, 52%
CMYK
97, 0, 78, 0
Luminance
0.7187
Every format
| HEX | #09ff39 |
| RGB | rgb(9, 255, 57) |
| HSL | hsl(132, 100%, 52%) |
| CMYK | cmyk(97%, 0%, 78%, 0%) |
| LAB | lab(87.9 -84.1 74.0) |
| LCH | lch(87.9 112.0 138.6) |
| OKLCH | oklch(0.868 0.281 143.9) |
Copy-ready code
/* CSS */
color: #09ff39;
background-color: #09ff39;
/* Tailwind (arbitrary) */
class="text-[#09ff39] bg-[#09ff39]"
/* SCSS */
$brand: #09ff39;
/* SwiftUI */
Color(red: 0.035, green: 1.000, blue: 0.224)
/* Android */
Color.parseColor("#09ff39")Accessibility — WCAG contrast
Aa
#09ff39 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09ff39 on black: 15.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green100.0%
Blue22.4%
CMYK percentages
Cyan96.5%
Magenta0.0%
Yellow77.6%
Key (black)0.0%
Color previews
#09ff39 text on a black background
contrast 15.37:1
Card sample
#09ff39 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09ff39;
Background color
Panel with #09ff39 background
background-color: #09ff39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09ff39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 255, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 255, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09ff39; background: linear-gradient(135deg, #09ff39, #09FFDD);