#1af024
a balanced, electric green · cool · closest name: lime
RGB
26, 240, 36
HSL
123°, 88%, 52%
CMYK
89, 0, 85, 6
Luminance
0.6267
Every format
| HEX | #1af024 |
| RGB | rgb(26, 240, 36) |
| HSL | hsl(123, 88%, 52%) |
| CMYK | cmyk(89%, 0%, 85%, 6%) |
| LAB | lab(83.3 -80.4 75.0) |
| LCH | lch(83.3 110.0 137.0) |
| OKLCH | oklch(0.830 0.273 142.9) |
Copy-ready code
/* CSS */
color: #1af024;
background-color: #1af024;
/* Tailwind (arbitrary) */
class="text-[#1af024] bg-[#1af024]"
/* SCSS */
$brand: #1af024;
/* SwiftUI */
Color(red: 0.102, green: 0.941, blue: 0.141)
/* Android */
Color.parseColor("#1af024")Accessibility — WCAG contrast
Aa
#1af024 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af024 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green94.1%
Blue14.1%
CMYK percentages
Cyan89.2%
Magenta0.0%
Yellow85.0%
Key (black)5.9%
Color previews
#1af024 text on a black background
contrast 13.53:1
Card sample
#1af024 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af024;
Background color
Panel with #1af024 background
background-color: #1af024;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af024;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 240, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 240, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af024; background: linear-gradient(135deg, #1af024, #1AF0B3);