#6fee2f
a balanced, electric green · cool · closest name: lime
RGB
111, 238, 47
HSL
100°, 85%, 56%
CMYK
53, 0, 80, 7
Luminance
0.6473
Every format
| HEX | #6fee2f |
| RGB | rgb(111, 238, 47) |
| HSL | hsl(100, 85%, 56%) |
| CMYK | cmyk(53%, 0%, 80%, 7%) |
| LAB | lab(84.3 -65.3 74.0) |
| LCH | lch(84.3 98.7 131.4) |
| OKLCH | oklch(0.844 0.244 137.9) |
Copy-ready code
/* CSS */
color: #6fee2f;
background-color: #6fee2f;
/* Tailwind (arbitrary) */
class="text-[#6fee2f] bg-[#6fee2f]"
/* SCSS */
$brand: #6fee2f;
/* SwiftUI */
Color(red: 0.435, green: 0.933, blue: 0.184)
/* Android */
Color.parseColor("#6fee2f")Accessibility — WCAG contrast
Aa
#6fee2f on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fee2f on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green93.3%
Blue18.4%
CMYK percentages
Cyan53.4%
Magenta0.0%
Yellow80.3%
Key (black)6.7%
Color previews
#6fee2f text on a black background
contrast 13.95:1
Card sample
#6fee2f text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fee2f;
Background color
Panel with #6fee2f background
background-color: #6fee2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fee2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 238, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 238, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fee2f; background: linear-gradient(135deg, #6fee2f, #2FEE6E);