#6bfb39
a balanced, electric green · cool · closest name: lime
RGB
107, 251, 57
HSL
105°, 96%, 60%
CMYK
57, 0, 77, 2
Luminance
0.7242
Every format
| HEX | #6bfb39 |
| RGB | rgb(107, 251, 57) |
| HSL | hsl(105, 96%, 60%) |
| CMYK | cmyk(57%, 0%, 77%, 2%) |
| LAB | lab(88.2 -70.3 74.8) |
| LCH | lch(88.2 102.6 133.2) |
| OKLCH | oklch(0.875 0.255 139.3) |
Copy-ready code
/* CSS */
color: #6bfb39;
background-color: #6bfb39;
/* Tailwind (arbitrary) */
class="text-[#6bfb39] bg-[#6bfb39]"
/* SCSS */
$brand: #6bfb39;
/* SwiftUI */
Color(red: 0.420, green: 0.984, blue: 0.224)
/* Android */
Color.parseColor("#6bfb39")Accessibility — WCAG contrast
Aa
#6bfb39 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bfb39 on black: 15.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green98.4%
Blue22.4%
CMYK percentages
Cyan57.4%
Magenta0.0%
Yellow77.3%
Key (black)1.6%
Color previews
#6bfb39 text on a black background
contrast 15.48:1
Card sample
#6bfb39 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bfb39;
Background color
Panel with #6bfb39 background
background-color: #6bfb39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bfb39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 251, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 251, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bfb39; background: linear-gradient(135deg, #6bfb39, #39FB88);