#6df151
a balanced, electric green · cool · closest name: lime
RGB
109, 241, 81
HSL
110°, 85%, 63%
CMYK
55, 0, 66, 6
Luminance
0.6676
Every format
| HEX | #6df151 |
| RGB | rgb(109, 241, 81) |
| HSL | hsl(110, 85%, 63%) |
| CMYK | cmyk(55%, 0%, 66%, 6%) |
| LAB | lab(85.4 -64.7 63.8) |
| LCH | lch(85.4 90.8 135.4) |
| OKLCH | oklch(0.852 0.230 140.4) |
Copy-ready code
/* CSS */
color: #6df151;
background-color: #6df151;
/* Tailwind (arbitrary) */
class="text-[#6df151] bg-[#6df151]"
/* SCSS */
$brand: #6df151;
/* SwiftUI */
Color(red: 0.427, green: 0.945, blue: 0.318)
/* Android */
Color.parseColor("#6df151")Accessibility — WCAG contrast
Aa
#6df151 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6df151 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green94.5%
Blue31.8%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow66.4%
Key (black)5.5%
Color previews
#6df151 text on a black background
contrast 14.35:1
Card sample
#6df151 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6df151;
Background color
Panel with #6df151 background
background-color: #6df151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6df151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 241, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 241, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6df151; background: linear-gradient(135deg, #6df151, #51F1A0);