#2def35
a balanced, electric green · cool · closest name: lime
RGB
45, 239, 53
HSL
123°, 86%, 56%
CMYK
81, 0, 78, 6
Luminance
0.6255
Every format
| HEX | #2def35 |
| RGB | rgb(45, 239, 53) |
| HSL | hsl(123, 86%, 56%) |
| CMYK | cmyk(81%, 0%, 78%, 6%) |
| LAB | lab(83.2 -77.6 70.8) |
| LCH | lch(83.2 105.0 137.7) |
| OKLCH | oklch(0.830 0.263 143.1) |
Copy-ready code
/* CSS */
color: #2def35;
background-color: #2def35;
/* Tailwind (arbitrary) */
class="text-[#2def35] bg-[#2def35]"
/* SCSS */
$brand: #2def35;
/* SwiftUI */
Color(red: 0.176, green: 0.937, blue: 0.208)
/* Android */
Color.parseColor("#2def35")Accessibility — WCAG contrast
Aa
#2def35 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2def35 on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green93.7%
Blue20.8%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow77.8%
Key (black)6.3%
Color previews
#2def35 text on a black background
contrast 13.51:1
Card sample
#2def35 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2def35;
Background color
Panel with #2def35 background
background-color: #2def35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2def35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 239, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 239, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2def35; background: linear-gradient(135deg, #2def35, #2DEFB6);