#06ff2e
a balanced, electric green · cool · closest name: lime
RGB
6, 255, 46
HSL
130°, 100%, 51%
CMYK
98, 0, 82, 0
Luminance
0.7176
Every format
| HEX | #06ff2e |
| RGB | rgb(6, 255, 46) |
| HSL | hsl(130, 100%, 51%) |
| CMYK | cmyk(98%, 0%, 82%, 0%) |
| LAB | lab(87.8 -84.8 76.9) |
| LCH | lch(87.8 114.4 137.8) |
| OKLCH | oklch(0.868 0.285 143.4) |
Copy-ready code
/* CSS */
color: #06ff2e;
background-color: #06ff2e;
/* Tailwind (arbitrary) */
class="text-[#06ff2e] bg-[#06ff2e]"
/* SCSS */
$brand: #06ff2e;
/* SwiftUI */
Color(red: 0.024, green: 1.000, blue: 0.180)
/* Android */
Color.parseColor("#06ff2e")Accessibility — WCAG contrast
Aa
#06ff2e on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#06ff2e on black: 15.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.4%
Green100.0%
Blue18.0%
CMYK percentages
Cyan97.6%
Magenta0.0%
Yellow82.0%
Key (black)0.0%
Color previews
#06ff2e text on a black background
contrast 15.35:1
Card sample
#06ff2e text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #06ff2e;
Background color
Panel with #06ff2e background
background-color: #06ff2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #06ff2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(6, 255, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(6, 255, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #06ff2e; background: linear-gradient(135deg, #06ff2e, #06FFD4);