#6eee13
a balanced, electric green · cool · closest name: lime
RGB
110, 238, 19
HSL
95°, 87%, 50%
CMYK
54, 0, 92, 7
Luminance
0.6451
Every format
| HEX | #6eee13 |
| RGB | rgb(110, 238, 19) |
| HSL | hsl(95, 87%, 50%) |
| CMYK | cmyk(54%, 0%, 92%, 7%) |
| LAB | lab(84.2 -66.5 79.3) |
| LCH | lch(84.2 103.6 130.0) |
| OKLCH | oklch(0.842 0.252 137.2) |
Copy-ready code
/* CSS */
color: #6eee13;
background-color: #6eee13;
/* Tailwind (arbitrary) */
class="text-[#6eee13] bg-[#6eee13]"
/* SCSS */
$brand: #6eee13;
/* SwiftUI */
Color(red: 0.431, green: 0.933, blue: 0.075)
/* Android */
Color.parseColor("#6eee13")Accessibility — WCAG contrast
Aa
#6eee13 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6eee13 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.1%
Green93.3%
Blue7.5%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow92.0%
Key (black)6.7%
Color previews
#6eee13 text on a black background
contrast 13.90:1
Card sample
#6eee13 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6eee13;
Background color
Panel with #6eee13 background
background-color: #6eee13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6eee13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(110, 238, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(110, 238, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6eee13; background: linear-gradient(135deg, #6eee13, #13EE4A);