#6fdc13
a balanced, electric green · cool · closest name: lime
RGB
111, 220, 19
HSL
93°, 84%, 47%
CMYK
50, 0, 91, 14
Luminance
0.5461
Every format
| HEX | #6fdc13 |
| RGB | rgb(111, 220, 19) |
| HSL | hsl(93, 84%, 47%) |
| CMYK | cmyk(50%, 0%, 91%, 14%) |
| LAB | lab(78.8 -59.9 74.9) |
| LCH | lch(78.8 95.9 128.6) |
| OKLCH | oklch(0.798 0.233 136.0) |
Copy-ready code
/* CSS */
color: #6fdc13;
background-color: #6fdc13;
/* Tailwind (arbitrary) */
class="text-[#6fdc13] bg-[#6fdc13]"
/* SCSS */
$brand: #6fdc13;
/* SwiftUI */
Color(red: 0.435, green: 0.863, blue: 0.075)
/* Android */
Color.parseColor("#6fdc13")Accessibility — WCAG contrast
Aa
#6fdc13 on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fdc13 on black: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green86.3%
Blue7.5%
CMYK percentages
Cyan49.5%
Magenta0.0%
Yellow91.4%
Key (black)13.7%
Color previews
#6fdc13 text on a black background
contrast 11.92:1
Card sample
#6fdc13 text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fdc13;
Background color
Panel with #6fdc13 background
background-color: #6fdc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fdc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 220, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 220, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fdc13; background: linear-gradient(135deg, #6fdc13, #13DC3D);