#2ac235
a balanced, vivid green · cool · closest name: forestgreen
RGB
42, 194, 53
HSL
124°, 64%, 46%
CMYK
78, 0, 73, 24
Luminance
0.3933
Every format
| HEX | #2ac235 |
| RGB | rgb(42, 194, 53) |
| HSL | hsl(124, 64%, 46%) |
| CMYK | cmyk(78%, 0%, 73%, 24%) |
| LAB | lab(69.0 -64.6 56.7) |
| LCH | lch(69.0 86.0 138.7) |
| OKLCH | oklch(0.712 0.217 143.6) |
Copy-ready code
/* CSS */
color: #2ac235;
background-color: #2ac235;
/* Tailwind (arbitrary) */
class="text-[#2ac235] bg-[#2ac235]"
/* SCSS */
$brand: #2ac235;
/* SwiftUI */
Color(red: 0.165, green: 0.761, blue: 0.208)
/* Android */
Color.parseColor("#2ac235")Accessibility — WCAG contrast
Aa
#2ac235 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ac235 on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green76.1%
Blue20.8%
CMYK percentages
Cyan78.4%
Magenta0.0%
Yellow72.7%
Key (black)23.9%
Color previews
#2ac235 text on a black background
contrast 8.87:1
Card sample
#2ac235 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ac235;
Background color
Panel with #2ac235 background
background-color: #2ac235;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ac235;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 194, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 194, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ac235; background: linear-gradient(135deg, #2ac235, #2AC29A);