#96fd02
a balanced, electric green · neutral · closest name: Chartreuse
At a glance
Every number on this page in one read: what #96fd02 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 | #96fd02 |
| RGB | rgb(150, 253, 2) |
| HSL | hsl(85, 98%, 50%) |
| CMYK | cmyk(41%, 0%, 99%, 1%) |
| LAB | lab(90.2 -60.4 86.3) |
| LCH | lch(90.2 105.3 125.0) |
| OKLCH | oklch(0.895 0.252 132.9) |
| Decimal | 9895170 |
| Display P3 | color(display-p3 0.588 0.992 0.008) |
Copy-ready code
/* CSS */
color: #96fd02;
background-color: #96fd02;
/* Tailwind (arbitrary) */
class="text-[#96fd02] bg-[#96fd02]"
/* SCSS */
$brand: #96fd02;
/* SwiftUI */
Color(red: 0.588, green: 0.992, blue: 0.008)
/* Android */
Color.parseColor("#96fd02")
/* Flutter */
Color(0xFF96FD02)
/* Python / OpenCV (BGR) */
(2, 253, 150)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. #96fd02 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: #F8FEF1;
--brand-100: #F2FCE3;
--brand-200: #E3FBC1;
--brand-300: #D1FE90;
--brand-400: #BAFE58;
--brand-500: #A3FD20;
--brand-600: #96fd02;
--brand-700: #78CA02;
--brand-800: #60A201;
--brand-900: #477506;
--brand-950: #2C4904;
--brand: #96fd02;
--brand-ink: #000000;
}Colors that work with #96fd02
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 #96fd02
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 | #6902FD | Directly opposite — maximum tension | |
| Analogous left | #FDE602 | Neighbour, quieter | |
| Analogous right | #19FD02 | Neighbour, quieter | |
| Split-complement 1 | #0219FD | Contrast without the clash | |
| Split-complement 2 | #E602FD | Contrast without the clash | |
| Triadic 1 | #0296FD | Even thirds — balanced and loud | |
| Triadic 2 | #FD0296 | Even thirds — balanced and loud | |
| Tetradic | #02FDE6 | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#96fd02 text on a black background
contrast 16.35:1
#96fd02 text on a white background
contrast 1.28:1
CSS3 live lab
The quick brown fox
color: #96fd02;
background-color: #96fd02;
Glowing headline
text-shadow: 2px 2px 8px #96fd02;
Soft neon halo
text-shadow: 0 0 14px rgba(150, 253, 2, 0.45);
box-shadow: 0 12px 32px -8px rgba(150, 253, 2, 0.45);
border: 3px solid #96fd02; background: linear-gradient(135deg, #96fd02, #02FD15);
Monochromatic scale
Palettes built from #96fd02
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.1 away, with its history, psychology and brand usage.
#96fd02 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.
#96fd02, answered
What color is #96fd02?
#96fd02 is a balanced electric green, closest to Chartreuse (ΔE2000 2.3). It sits at 85° on the hue wheel with 98% saturation and 50% lightness, which reads as neutral.
What is the RGB value of #96fd02?
rgb(150, 253, 2) — 150 red, 253 green and 2 blue out of 255, or 58.8% / 99.2% / 0.8% by channel.
Is #96fd02 a light or a dark color?
It is a light color. Relative luminance is 0.7674 and perceived brightness is 83%, so black text on it reaches 16.35:1.
Should I use black or white text on #96fd02?
Black. It scores 16.35:1 against #96fd02, versus 1.28:1 for white — AAA at any size.
What is the complementary color of #96fd02?
#6902FD sits directly opposite on the wheel. Softer options are the split-complements #0219FD and #E602FD, which give the same contrast with far less vibration.
What colors go well with #96fd02?
For interface work: #F8FAF4 as the surface, #DAEDC0 for borders, #7A9B4B for secondary text, #2900FF as an accent and #4B7E01 for hover and pressed states. For a palette, the analogous pair #FDE602 and #19FD02 stays calm, while #6902FD is the loudest partner.
What is #96fd02 in CMYK for printing?
cmyk(41%, 0%, 99%, 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 #96fd02 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 #F2FD02; nudged cooler, #39FF00.