#3af404
a balanced, electric green · neutral · closest name: Lime
At a glance
Every number on this page in one read: what #3af404 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 | #3af404 |
| RGB | rgb(58, 244, 4) |
| HSL | hsl(107, 97%, 49%) |
| CMYK | cmyk(76%, 0%, 98%, 4%) |
| LAB | lab(84.8 -79.1 80.7) |
| LCH | lch(84.8 113.0 134.4) |
| OKLCH | oklch(0.843 0.278 141.2) |
| Decimal | 3863556 |
| Display P3 | color(display-p3 0.227 0.957 0.016) |
Copy-ready code
/* CSS */
color: #3af404;
background-color: #3af404;
/* Tailwind (arbitrary) */
class="text-[#3af404] bg-[#3af404]"
/* SCSS */
$brand: #3af404;
/* SwiftUI */
Color(red: 0.227, green: 0.957, blue: 0.016)
/* Android */
Color.parseColor("#3af404")
/* Flutter */
Color(0xFF3AF404)
/* Python / OpenCV (BGR) */
(4, 244, 58)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. #3af404 is pinned to step 600; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F4FDF1;
--brand-100: #E9FCE4;
--brand-200: #CEFBC1;
--brand-300: #A9FD91;
--brand-400: #7EFC59;
--brand-500: #53FB22;
--brand-600: #3af404;
--brand-700: #30C903;
--brand-800: #26A103;
--brand-900: #1F7407;
--brand-950: #144804;
--brand: #3af404;
--brand-ink: #000000;
}Colors that work with #3af404
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 #3af404
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
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠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 | #BE04F4 | Directly opposite — maximum tension | |
| Analogous left | #B2F404 | Neighbour, quieter | |
| Analogous right | #04F446 | Neighbour, quieter | |
| Split-complement 1 | #4604F4 | Contrast without the clash | |
| Split-complement 2 | #F404B2 | Contrast without the clash | |
| Triadic 1 | #043AF4 | Even thirds — balanced and loud | |
| Triadic 2 | #F4043A | Even thirds — balanced and loud | |
| Tetradic | #04B2F4 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#3af404 text on a black background
contrast 14.12:1
#3af404 text on a white background
contrast 1.49:1
CSS3 live lab
The quick brown fox
color: #3af404;
background-color: #3af404;
Glowing headline
text-shadow: 2px 2px 8px #3af404;
Soft neon halo
text-shadow: 0 0 14px rgba(58, 244, 4, 0.45);
box-shadow: 0 12px 32px -8px rgba(58, 244, 4, 0.45);
border: 3px solid #3af404; background: linear-gradient(135deg, #3af404, #04F46E);
Monochromatic scale
Palettes built from #3af404
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: Lime (#00ff00) — ΔE2000 2.4 away, with its history, psychology and brand usage.
#3af404 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.
#3af404, answered
What color is #3af404?
#3af404 is a balanced electric green, closest to Lime (ΔE2000 2.4). It sits at 107° on the hue wheel with 97% saturation and 49% lightness, which reads as neutral.
What is the RGB value of #3af404?
rgb(58, 244, 4) — 58 red, 244 green and 4 blue out of 255, or 22.7% / 95.7% / 1.6% by channel.
Is #3af404 a light or a dark color?
It is a light color. Relative luminance is 0.6561 and perceived brightness is 74%, so black text on it reaches 14.12:1.
Should I use black or white text on #3af404?
Black. It scores 14.12:1 against #3af404, versus 1.49:1 for white — AAA at any size.
What is the complementary color of #3af404?
#BE04F4 sits directly opposite on the wheel. Softer options are the split-complements #4604F4 and #F404B2, which give the same contrast with far less vibration.
What colors go well with #3af404?
For interface work: #F6FAF4 as the surface, #CAEDC0 for borders, #5D9B4B for secondary text, #8200F8 as an accent and #1E7D02 for hover and pressed states. For a palette, the analogous pair #B2F404 and #04F446 stays calm, while #BE04F4 is the loudest partner.
What is #3af404 in CMYK for printing?
cmyk(76%, 0%, 98%, 4%). 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 #3af404 warm or cool?
Neutral — it scores 57 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #92F404; nudged cooler, #01F624.