#09cf3c
a dark, electric green · cool · closest name: lime
RGB
9, 207, 60
HSL
136°, 92%, 42%
CMYK
96, 0, 71, 19
Luminance
0.4501
Every format
| HEX | #09cf3c |
| RGB | rgb(9, 207, 60) |
| HSL | hsl(136, 92%, 42%) |
| CMYK | cmyk(96%, 0%, 71%, 19%) |
| LAB | lab(72.9 -70.5 58.1) |
| LCH | lch(72.9 91.4 140.5) |
| OKLCH | oklch(0.743 0.232 145.1) |
Copy-ready code
/* CSS */
color: #09cf3c;
background-color: #09cf3c;
/* Tailwind (arbitrary) */
class="text-[#09cf3c] bg-[#09cf3c]"
/* SCSS */
$brand: #09cf3c;
/* SwiftUI */
Color(red: 0.035, green: 0.812, blue: 0.235)
/* Android */
Color.parseColor("#09cf3c")Accessibility — WCAG contrast
Aa
#09cf3c on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#09cf3c on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.5%
Green81.2%
Blue23.5%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow71.0%
Key (black)18.8%
Color previews
#09cf3c text on a black background
contrast 10.00:1
Card sample
#09cf3c text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #09cf3c;
Background color
Panel with #09cf3c background
background-color: #09cf3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #09cf3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(9, 207, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(9, 207, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #09cf3c; background: linear-gradient(135deg, #09cf3c, #09CFC0);