#23df41
a balanced, vivid green · cool · closest name: lime
RGB
35, 223, 65
HSL
130°, 75%, 51%
CMYK
84, 0, 71, 13
Luminance
0.5351
Every format
| HEX | #23df41 |
| RGB | rgb(35, 223, 65) |
| HSL | hsl(130, 75%, 51%) |
| CMYK | cmyk(84%, 0%, 71%, 13%) |
| LAB | lab(78.2 -73.1 61.8) |
| LCH | lch(78.2 95.7 139.8) |
| OKLCH | oklch(0.788 0.242 144.5) |
Copy-ready code
/* CSS */
color: #23df41;
background-color: #23df41;
/* Tailwind (arbitrary) */
class="text-[#23df41] bg-[#23df41]"
/* SCSS */
$brand: #23df41;
/* SwiftUI */
Color(red: 0.137, green: 0.875, blue: 0.255)
/* Android */
Color.parseColor("#23df41")Accessibility — WCAG contrast
Aa
#23df41 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#23df41 on black: 11.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green87.5%
Blue25.5%
CMYK percentages
Cyan84.3%
Magenta0.0%
Yellow70.9%
Key (black)12.5%
Color previews
#23df41 text on a black background
contrast 11.70:1
Card sample
#23df41 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23df41;
Background color
Panel with #23df41 background
background-color: #23df41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23df41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 223, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 223, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23df41; background: linear-gradient(135deg, #23df41, #23DFBE);