#6dfb2e
a balanced, electric green · cool · closest name: lime
RGB
109, 251, 46
HSL
102°, 96%, 58%
CMYK
57, 0, 82, 2
Luminance
0.7244
Every format
| HEX | #6dfb2e |
| RGB | rgb(109, 251, 46) |
| HSL | hsl(102, 96%, 58%) |
| CMYK | cmyk(57%, 0%, 82%, 2%) |
| LAB | lab(88.2 -70.3 77.8) |
| LCH | lch(88.2 104.8 132.1) |
| OKLCH | oklch(0.875 0.259 138.6) |
Copy-ready code
/* CSS */
color: #6dfb2e;
background-color: #6dfb2e;
/* Tailwind (arbitrary) */
class="text-[#6dfb2e] bg-[#6dfb2e]"
/* SCSS */
$brand: #6dfb2e;
/* SwiftUI */
Color(red: 0.427, green: 0.984, blue: 0.180)
/* Android */
Color.parseColor("#6dfb2e")Accessibility — WCAG contrast
Aa
#6dfb2e on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfb2e on black: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green98.4%
Blue18.0%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow81.7%
Key (black)1.6%
Color previews
#6dfb2e text on a black background
contrast 15.49:1
Card sample
#6dfb2e text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfb2e;
Background color
Panel with #6dfb2e background
background-color: #6dfb2e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfb2e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 251, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 251, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfb2e; background: linear-gradient(135deg, #6dfb2e, #2EFB78);