#6df433
a balanced, electric green · cool · closest name: lime
RGB
109, 244, 51
HSL
102°, 90%, 58%
CMYK
55, 0, 79, 4
Luminance
0.6819
Every format
| HEX | #6df433 |
| RGB | rgb(109, 244, 51) |
| HSL | hsl(102, 90%, 58%) |
| CMYK | cmyk(55%, 0%, 79%, 4%) |
| LAB | lab(86.1 -67.7 74.5) |
| LCH | lch(86.1 100.7 132.3) |
| OKLCH | oklch(0.858 0.249 138.6) |
Copy-ready code
/* CSS */
color: #6df433;
background-color: #6df433;
/* Tailwind (arbitrary) */
class="text-[#6df433] bg-[#6df433]"
/* SCSS */
$brand: #6df433;
/* SwiftUI */
Color(red: 0.427, green: 0.957, blue: 0.200)
/* Android */
Color.parseColor("#6df433")Accessibility — WCAG contrast
Aa
#6df433 on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6df433 on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green95.7%
Blue20.0%
CMYK percentages
Cyan55.3%
Magenta0.0%
Yellow79.1%
Key (black)4.3%
Color previews
#6df433 text on a black background
contrast 14.64:1
Card sample
#6df433 text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6df433;
Background color
Panel with #6df433 background
background-color: #6df433;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6df433;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 244, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 244, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6df433; background: linear-gradient(135deg, #6df433, #33F47A);