#28bf31
a balanced, vivid green · cool · closest name: forestgreen
RGB
40, 191, 49
HSL
124°, 65%, 45%
CMYK
79, 0, 74, 25
Luminance
0.3793
Every format
| HEX | #28bf31 |
| RGB | rgb(40, 191, 49) |
| HSL | hsl(124, 65%, 45%) |
| CMYK | cmyk(79%, 0%, 74%, 25%) |
| LAB | lab(68.0 -64.3 57.1) |
| LCH | lch(68.0 86.0 138.4) |
| OKLCH | oklch(0.703 0.217 143.4) |
Copy-ready code
/* CSS */
color: #28bf31;
background-color: #28bf31;
/* Tailwind (arbitrary) */
class="text-[#28bf31] bg-[#28bf31]"
/* SCSS */
$brand: #28bf31;
/* SwiftUI */
Color(red: 0.157, green: 0.749, blue: 0.192)
/* Android */
Color.parseColor("#28bf31")Accessibility — WCAG contrast
Aa
#28bf31 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28bf31 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green74.9%
Blue19.2%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow74.3%
Key (black)25.1%
Color previews
#28bf31 text on a black background
contrast 8.59:1
Card sample
#28bf31 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28bf31;
Background color
Panel with #28bf31 background
background-color: #28bf31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28bf31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 191, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 191, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28bf31; background: linear-gradient(135deg, #28bf31, #28BF96);