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