#41af02
a dark, electric green · neutral · closest name: Lime Green
At a glance
Every number on this page in one read: what #41af02 is made of, how bright it looks, and which way it leans.
Reads neutral. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #41af02 |
| RGB | rgb(65, 175, 2) |
| HSL | hsl(98, 98%, 35%) |
| CMYK | cmyk(63%, 0%, 99%, 31%) |
| LAB | lab(63.2 -56.7 63.6) |
| LCH | lch(63.2 85.2 131.7) |
| OKLCH | oklch(0.664 0.208 138.8) |
| Decimal | 4304642 |
| Display P3 | color(display-p3 0.255 0.686 0.008) |
Copy-ready code
/* CSS */
color: #41af02;
background-color: #41af02;
/* Tailwind (arbitrary) */
class="text-[#41af02] bg-[#41af02]"
/* SCSS */
$brand: #41af02;
/* SwiftUI */
Color(red: 0.255, green: 0.686, blue: 0.008)
/* Android */
Color.parseColor("#41af02")
/* Flutter */
Color(0xFF41AF02)
/* Python / OpenCV (BGR) */
(2, 175, 65)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #41af02 is pinned to step 800; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F6FDF1;
--brand-100: #ECFCE4;
--brand-200: #D6FBC1;
--brand-300: #B8FE90;
--brand-400: #94FD59;
--brand-500: #71FC21;
--brand-600: #5AF203;
--brand-700: #4BCA02;
--brand-800: #41af02;
--brand-900: #2E7406;
--brand-950: #1D4904;
--brand: #41af02;
--brand-ink: #000000;
}Colors that work with #41af02
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #41af02
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Headers, footers and dark-mode surfaces
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠Black text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #7002AF | Directly opposite — maximum tension | |
| Analogous left | #97AF02 | Neighbour, quieter | |
| Analogous right | #02AF1A | Neighbour, quieter | |
| Split-complement 1 | #1A02AF | Contrast without the clash | |
| Split-complement 2 | #AF0297 | Contrast without the clash | |
| Triadic 1 | #0241AF | Even thirds — balanced and loud | |
| Triadic 2 | #AF0241 | Even thirds — balanced and loud | |
| Tetradic | #0297AF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#41af02 text on a black background
contrast 7.36:1
#41af02 text on a white background
contrast 2.85:1
CSS3 live lab
The quick brown fox
color: #41af02;
background-color: #41af02;
Glowing headline
text-shadow: 2px 2px 8px #41af02;
Soft neon halo
text-shadow: 0 0 14px rgba(65, 175, 2, 0.45);
box-shadow: 0 12px 32px -8px rgba(65, 175, 2, 0.45);
border: 3px solid #41af02; background: linear-gradient(135deg, #41af02, #02AF36);
Monochromatic scale
Palettes built from #41af02
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Forest Green (#228b22) — ΔE2000 12.7 away, with its history, psychology and brand usage.
#41af02 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#41af02, answered
What color is #41af02?
#41af02 is a dark electric green, closest to Lime Green (ΔE2000 8.2). It sits at 98° on the hue wheel with 98% saturation and 35% lightness, which reads as neutral.
What is the RGB value of #41af02?
rgb(65, 175, 2) — 65 red, 175 green and 2 blue out of 255, or 25.5% / 68.6% / 0.8% by channel.
Is #41af02 a light or a dark color?
It is a mid-tone. Relative luminance is 0.3179 and perceived brightness is 54%, so black text on it reaches 7.36:1.
Should I use black or white text on #41af02?
Black. It scores 7.36:1 against #41af02, versus 2.85:1 for white — AAA at any size.
What is the complementary color of #41af02?
#7002AF sits directly opposite on the wheel. Softer options are the split-complements #1A02AF and #AF0297, which give the same contrast with far less vibration.
What colors go well with #41af02?
For interface work: #F7FAF4 as the surface, #D0EDC0 for borders, #689B4B for secondary text, #4400B1 as an accent and #2F7E01 for hover and pressed states. For a palette, the analogous pair #97AF02 and #02AF1A stays calm, while #7002AF is the loudest partner.
What is #41af02 in CMYK for printing?
cmyk(63%, 0%, 99%, 31%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #41af02 warm or cool?
Neutral — it scores 53 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #80AF02; nudged cooler, #00B101.