#6fff3c
a balanced, electric green · cool · closest name: lime
RGB
111, 255, 60
HSL
104°, 100%, 62%
CMYK
57, 0, 77, 0
Luminance
0.7523
Every format
| HEX | #6fff3c |
| RGB | rgb(111, 255, 60) |
| HSL | hsl(104, 100%, 62%) |
| CMYK | cmyk(57%, 0%, 77%, 0%) |
| LAB | lab(89.5 -70.5 75.2) |
| LCH | lch(89.5 103.1 133.1) |
| OKLCH | oklch(0.886 0.257 139.2) |
Copy-ready code
/* CSS */
color: #6fff3c;
background-color: #6fff3c;
/* Tailwind (arbitrary) */
class="text-[#6fff3c] bg-[#6fff3c]"
/* SCSS */
$brand: #6fff3c;
/* SwiftUI */
Color(red: 0.435, green: 1.000, blue: 0.235)
/* Android */
Color.parseColor("#6fff3c")Accessibility — WCAG contrast
Aa
#6fff3c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fff3c on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green100.0%
Blue23.5%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow76.5%
Key (black)0.0%
Color previews
#6fff3c text on a black background
contrast 16.05:1
Card sample
#6fff3c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fff3c;
Background color
Panel with #6fff3c background
background-color: #6fff3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fff3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 255, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 255, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fff3c; background: linear-gradient(135deg, #6fff3c, #3CFF8B);