#acfc40
a balanced, electric green · neutral · closest name: Green Yellow
At a glance
Every number on this page in one read: what #acfc40 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 | #acfc40 |
| RGB | rgb(172, 252, 64) |
| HSL | hsl(86, 97%, 62%) |
| CMYK | cmyk(32%, 0%, 75%, 1%) |
| LAB | lab(91.1 -50.9 76.4) |
| LCH | lch(91.1 91.8 123.6) |
| OKLCH | oklch(0.906 0.223 130.4) |
| Decimal | 11336768 |
| Display P3 | color(display-p3 0.675 0.988 0.251) |
Copy-ready code
/* CSS */
color: #acfc40;
background-color: #acfc40;
/* Tailwind (arbitrary) */
class="text-[#acfc40] bg-[#acfc40]"
/* SCSS */
$brand: #acfc40;
/* SwiftUI */
Color(red: 0.675, green: 0.988, blue: 0.251)
/* Android */
Color.parseColor("#acfc40")
/* Flutter */
Color(0xFFACFC40)
/* Python / OpenCV (BGR) */
(64, 252, 172)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. #acfc40 is pinned to step 400; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F8FDF1;
--brand-100: #F2FCE4;
--brand-200: #E2FBC1;
--brand-300: #CFFD91;
--brand-400: #acfc40;
--brand-500: #9FFC22;
--brand-600: #8CF104;
--brand-700: #75C903;
--brand-800: #5DA103;
--brand-900: #457407;
--brand-950: #2B4804;
--brand: #acfc40;
--brand-ink: #000000;
}Colors that work with #acfc40
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 #acfc40
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 | #9040FC | Directly opposite — maximum tension | |
| Analogous left | #FCEE40 | Neighbour, quieter | |
| Analogous right | #4EFC40 | Neighbour, quieter | |
| Split-complement 1 | #404EFC | Contrast without the clash | |
| Split-complement 2 | #EE40FC | Contrast without the clash | |
| Triadic 1 | #40ACFC | Even thirds — balanced and loud | |
| Triadic 2 | #FC40AC | Even thirds — balanced and loud | |
| Tetradic | #40FCEE | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#acfc40 text on a black background
contrast 16.75:1
#acfc40 text on a white background
contrast 1.25:1
CSS3 live lab
The quick brown fox
color: #acfc40;
background-color: #acfc40;
Glowing headline
text-shadow: 2px 2px 8px #acfc40;
Soft neon halo
text-shadow: 0 0 14px rgba(172, 252, 64, 0.45);
box-shadow: 0 12px 32px -8px rgba(172, 252, 64, 0.45);
border: 3px solid #acfc40; background: linear-gradient(135deg, #acfc40, #40FC51);
Monochromatic scale
Palettes built from #acfc40
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: Spring Bud (#a7fc00) — ΔE2000 2.3 away, with its history, psychology and brand usage.
#acfc40 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.
#acfc40, answered
What color is #acfc40?
#acfc40 is a balanced electric green, closest to Green Yellow (ΔE2000 1.3). It sits at 86° on the hue wheel with 97% saturation and 62% lightness, which reads as neutral.
What is the RGB value of #acfc40?
rgb(172, 252, 64) — 172 red, 252 green and 64 blue out of 255, or 67.5% / 98.8% / 25.1% by channel.
Is #acfc40 a light or a dark color?
It is a light color. Relative luminance is 0.7876 and perceived brightness is 85%, so black text on it reaches 16.75:1.
Should I use black or white text on #acfc40?
Black. It scores 16.75:1 against #acfc40, versus 1.25:1 for white — AAA at any size.
What is the complementary color of #acfc40?
#9040FC sits directly opposite on the wheel. Softer options are the split-complements #404EFC and #EE40FC, which give the same contrast with far less vibration.
What colors go well with #acfc40?
For interface work: #F8FAF4 as the surface, #DAEDC0 for borders, #799B4B for secondary text, #5F3DFF as an accent and #497E02 for hover and pressed states. For a palette, the analogous pair #FCEE40 and #4EFC40 stays calm, while #9040FC is the loudest partner.
What is #acfc40 in CMYK for printing?
cmyk(32%, 0%, 75%, 1%). 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 #acfc40 warm or cool?
Neutral — it scores 46 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F1FC40; nudged cooler, #66FE3E.