#65ff65
a light, electric green · cool · closest name: lime
RGB
101, 255, 101
HSL
120°, 100%, 70%
CMYK
60, 0, 60, 0
Luminance
0.7523
Every format
| HEX | #65ff65 |
| RGB | rgb(101, 255, 101) |
| HSL | hsl(120, 100%, 70%) |
| CMYK | cmyk(60%, 0%, 60%, 0%) |
| LAB | lab(89.5 -69.5 60.2) |
| LCH | lch(89.5 91.9 139.1) |
| OKLCH | oklch(0.886 0.235 143.3) |
Copy-ready code
/* CSS */
color: #65ff65;
background-color: #65ff65;
/* Tailwind (arbitrary) */
class="text-[#65ff65] bg-[#65ff65]"
/* SCSS */
$brand: #65ff65;
/* SwiftUI */
Color(red: 0.396, green: 1.000, blue: 0.396)
/* Android */
Color.parseColor("#65ff65")Accessibility — WCAG contrast
Aa
#65ff65 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65ff65 on black: 16.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green100.0%
Blue39.6%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow60.4%
Key (black)0.0%
Color previews
#65ff65 text on a black background
contrast 16.05:1
Card sample
#65ff65 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65ff65;
Background color
Panel with #65ff65 background
background-color: #65ff65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65ff65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 255, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 255, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65ff65; background: linear-gradient(135deg, #65ff65, #65FFCC);