#2ae33b
a balanced, electric green · cool · closest name: lime
RGB
42, 227, 59
HSL
126°, 77%, 53%
CMYK
82, 0, 74, 11
Luminance
0.5575
Every format
| HEX | #2ae33b |
| RGB | rgb(42, 227, 59) |
| HSL | hsl(126, 77%, 53%) |
| CMYK | cmyk(82%, 0%, 74%, 11%) |
| LAB | lab(79.5 -74.1 65.2) |
| LCH | lch(79.5 98.7 138.6) |
| OKLCH | oklch(0.799 0.249 143.7) |
Copy-ready code
/* CSS */
color: #2ae33b;
background-color: #2ae33b;
/* Tailwind (arbitrary) */
class="text-[#2ae33b] bg-[#2ae33b]"
/* SCSS */
$brand: #2ae33b;
/* SwiftUI */
Color(red: 0.165, green: 0.890, blue: 0.231)
/* Android */
Color.parseColor("#2ae33b")Accessibility — WCAG contrast
Aa
#2ae33b on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ae33b on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green89.0%
Blue23.1%
CMYK percentages
Cyan81.5%
Magenta0.0%
Yellow74.0%
Key (black)11.0%
Color previews
#2ae33b text on a black background
contrast 12.15:1
Card sample
#2ae33b text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ae33b;
Background color
Panel with #2ae33b background
background-color: #2ae33b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ae33b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 227, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 227, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ae33b; background: linear-gradient(135deg, #2ae33b, #2AE3B6);