#6cf113
a balanced, electric green · cool · closest name: lime
RGB
108, 241, 19
HSL
96°, 89%, 51%
CMYK
55, 0, 92, 6
Luminance
0.6615
Every format
| HEX | #6cf113 |
| RGB | rgb(108, 241, 19) |
| HSL | hsl(96, 89%, 51%) |
| CMYK | cmyk(55%, 0%, 92%, 6%) |
| LAB | lab(85.1 -68.1 80.0) |
| LCH | lch(85.1 105.1 130.4) |
| OKLCH | oklch(0.849 0.256 137.6) |
Copy-ready code
/* CSS */
color: #6cf113;
background-color: #6cf113;
/* Tailwind (arbitrary) */
class="text-[#6cf113] bg-[#6cf113]"
/* SCSS */
$brand: #6cf113;
/* SwiftUI */
Color(red: 0.424, green: 0.945, blue: 0.075)
/* Android */
Color.parseColor("#6cf113")Accessibility — WCAG contrast
Aa
#6cf113 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cf113 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green94.5%
Blue7.5%
CMYK percentages
Cyan55.2%
Magenta0.0%
Yellow92.1%
Key (black)5.5%
Color previews
#6cf113 text on a black background
contrast 14.23:1
Card sample
#6cf113 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cf113;
Background color
Panel with #6cf113 background
background-color: #6cf113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cf113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 241, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 241, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cf113; background: linear-gradient(135deg, #6cf113, #13F14E);