#1af340
a balanced, electric green · cool · closest name: lime
RGB
26, 243, 64
HSL
131°, 90%, 53%
CMYK
89, 0, 74, 5
Luminance
0.6469
Every format
| HEX | #1af340 |
| RGB | rgb(26, 243, 64) |
| HSL | hsl(131, 90%, 53%) |
| CMYK | cmyk(89%, 0%, 74%, 5%) |
| LAB | lab(84.3 -79.6 68.4) |
| LCH | lch(84.3 104.9 139.3) |
| OKLCH | oklch(0.839 0.265 144.3) |
Copy-ready code
/* CSS */
color: #1af340;
background-color: #1af340;
/* Tailwind (arbitrary) */
class="text-[#1af340] bg-[#1af340]"
/* SCSS */
$brand: #1af340;
/* SwiftUI */
Color(red: 0.102, green: 0.953, blue: 0.251)
/* Android */
Color.parseColor("#1af340")Accessibility — WCAG contrast
Aa
#1af340 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af340 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green95.3%
Blue25.1%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow73.7%
Key (black)4.7%
Color previews
#1af340 text on a black background
contrast 13.94:1
Card sample
#1af340 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af340;
Background color
Panel with #1af340 background
background-color: #1af340;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af340;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 243, 64, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 243, 64, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af340; background: linear-gradient(135deg, #1af340, #1AF3D1);