#2acd1f
a balanced, vivid green · cool · closest name: lime
RGB
42, 205, 31
HSL
116°, 74%, 46%
CMYK
80, 0, 85, 20
Luminance
0.4425
Every format
| HEX | #2acd1f |
| RGB | rgb(42, 205, 31) |
| HSL | hsl(116, 74%, 46%) |
| CMYK | cmyk(80%, 0%, 85%, 20%) |
| LAB | lab(72.4 -69.3 66.5) |
| LCH | lch(72.4 96.0 136.2) |
| OKLCH | oklch(0.740 0.239 142.2) |
Copy-ready code
/* CSS */
color: #2acd1f;
background-color: #2acd1f;
/* Tailwind (arbitrary) */
class="text-[#2acd1f] bg-[#2acd1f]"
/* SCSS */
$brand: #2acd1f;
/* SwiftUI */
Color(red: 0.165, green: 0.804, blue: 0.122)
/* Android */
Color.parseColor("#2acd1f")Accessibility — WCAG contrast
Aa
#2acd1f on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2acd1f on black: 9.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green80.4%
Blue12.2%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow84.9%
Key (black)19.6%
Color previews
#2acd1f text on a black background
contrast 9.85:1
Card sample
#2acd1f text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2acd1f;
Background color
Panel with #2acd1f background
background-color: #2acd1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2acd1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 205, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 205, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2acd1f; background: linear-gradient(135deg, #2acd1f, #1FCD88);