#6fff2c
a balanced, electric green · cool · closest name: lime
RGB
111, 255, 44
HSL
101°, 100%, 59%
CMYK
57, 0, 83, 0
Luminance
0.7508
Every format
| HEX | #6fff2c |
| RGB | rgb(111, 255, 44) |
| HSL | hsl(101, 100%, 59%) |
| CMYK | cmyk(57%, 0%, 83%, 0%) |
| LAB | lab(89.4 -71.3 79.4) |
| LCH | lch(89.4 106.7 131.9) |
| OKLCH | oklch(0.885 0.263 138.5) |
Copy-ready code
/* CSS */
color: #6fff2c;
background-color: #6fff2c;
/* Tailwind (arbitrary) */
class="text-[#6fff2c] bg-[#6fff2c]"
/* SCSS */
$brand: #6fff2c;
/* SwiftUI */
Color(red: 0.435, green: 1.000, blue: 0.173)
/* Android */
Color.parseColor("#6fff2c")Accessibility — WCAG contrast
Aa
#6fff2c on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fff2c on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green100.0%
Blue17.3%
CMYK percentages
Cyan56.5%
Magenta0.0%
Yellow82.7%
Key (black)0.0%
Color previews
#6fff2c text on a black background
contrast 16.02:1
Card sample
#6fff2c text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fff2c;
Background color
Panel with #6fff2c background
background-color: #6fff2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fff2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 255, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 255, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fff2c; background: linear-gradient(135deg, #6fff2c, #2CFF75);