#2af539
a balanced, electric green · cool · closest name: lime
RGB
42, 245, 57
HSL
124°, 91%, 56%
CMYK
83, 0, 77, 4
Luminance
0.6609
Every format
| HEX | #2af539 |
| RGB | rgb(42, 245, 57) |
| HSL | hsl(124, 91%, 56%) |
| CMYK | cmyk(83%, 0%, 77%, 4%) |
| LAB | lab(85.0 -79.4 71.3) |
| LCH | lch(85.0 106.7 138.1) |
| OKLCH | oklch(0.845 0.268 143.4) |
Copy-ready code
/* CSS */
color: #2af539;
background-color: #2af539;
/* Tailwind (arbitrary) */
class="text-[#2af539] bg-[#2af539]"
/* SCSS */
$brand: #2af539;
/* SwiftUI */
Color(red: 0.165, green: 0.961, blue: 0.224)
/* Android */
Color.parseColor("#2af539")Accessibility — WCAG contrast
Aa
#2af539 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2af539 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green96.1%
Blue22.4%
CMYK percentages
Cyan82.9%
Magenta0.0%
Yellow76.7%
Key (black)3.9%
Color previews
#2af539 text on a black background
contrast 14.22:1
Card sample
#2af539 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2af539;
Background color
Panel with #2af539 background
background-color: #2af539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2af539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 245, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 245, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2af539; background: linear-gradient(135deg, #2af539, #2AF5C0);