#85f239
a balanced, electric green · cool · closest name: lime
RGB
133, 242, 57
HSL
95°, 88%, 59%
CMYK
45, 0, 76, 5
Luminance
0.6879
Every format
| HEX | #85f239 |
| RGB | rgb(133, 242, 57) |
| HSL | hsl(95, 88%, 59%) |
| CMYK | cmyk(45%, 0%, 76%, 5%) |
| LAB | lab(86.4 -60.0 73.4) |
| LCH | lch(86.4 94.8 129.3) |
| OKLCH | oklch(0.863 0.234 135.7) |
Copy-ready code
/* CSS */
color: #85f239;
background-color: #85f239;
/* Tailwind (arbitrary) */
class="text-[#85f239] bg-[#85f239]"
/* SCSS */
$brand: #85f239;
/* SwiftUI */
Color(red: 0.522, green: 0.949, blue: 0.224)
/* Android */
Color.parseColor("#85f239")Accessibility — WCAG contrast
Aa
#85f239 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#85f239 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green94.9%
Blue22.4%
CMYK percentages
Cyan45.0%
Magenta0.0%
Yellow76.4%
Key (black)5.1%
Color previews
#85f239 text on a black background
contrast 14.76:1
Card sample
#85f239 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85f239;
Background color
Panel with #85f239 background
background-color: #85f239;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85f239;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 242, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 242, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85f239; background: linear-gradient(135deg, #85f239, #39F268);