#99ff13
a balanced, electric green · neutral · closest name: Green Yellow
At a glance
Every number on this page in one read: what #99ff13 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 | #99ff13 |
| RGB | rgb(153, 255, 19) |
| HSL | hsl(86, 100%, 54%) |
| CMYK | cmyk(40%, 0%, 93%, 0%) |
| LAB | lab(90.9 -60.0 85.5) |
| LCH | lch(90.9 104.4 125.0) |
| OKLCH | oklch(0.902 0.251 132.8) |
| Decimal | 10092307 |
| Display P3 | color(display-p3 0.600 1.000 0.075) |
Copy-ready code
/* CSS */
color: #99ff13;
background-color: #99ff13;
/* Tailwind (arbitrary) */
class="text-[#99ff13] bg-[#99ff13]"
/* SCSS */
$brand: #99ff13;
/* SwiftUI */
Color(red: 0.600, green: 1.000, blue: 0.075)
/* Android */
Color.parseColor("#99ff13")
/* Flutter */
Color(0xFF99FF13)
/* Python / OpenCV (BGR) */
(19, 255, 153)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. #99ff13 is pinned to step 500; 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: #F1FCE3;
--brand-200: #E2FCC0;
--brand-300: #CFFF8F;
--brand-400: #B6FF57;
--brand-500: #99ff13;
--brand-600: #8BF500;
--brand-700: #74CC00;
--brand-800: #5DA300;
--brand-900: #457605;
--brand-950: #2B4903;
--brand: #99ff13;
--brand-ink: #000000;
}Colors that work with #99ff13
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 #99ff13
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 | #7913FF | Directly opposite — maximum tension | |
| Analogous left | #FFEF13 | Neighbour, quieter | |
| Analogous right | #23FF13 | Neighbour, quieter | |
| Split-complement 1 | #1323FF | Contrast without the clash | |
| Split-complement 2 | #EF13FF | Contrast without the clash | |
| Triadic 1 | #1399FF | Even thirds — balanced and loud | |
| Triadic 2 | #FF1399 | Even thirds — balanced and loud | |
| Tetradic | #13FFEF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#99ff13 text on a black background
contrast 16.67:1
#99ff13 text on a white background
contrast 1.26:1
CSS3 live lab
The quick brown fox
color: #99ff13;
background-color: #99ff13;
Glowing headline
text-shadow: 2px 2px 8px #99ff13;
Soft neon halo
text-shadow: 0 0 14px rgba(153, 255, 19, 0.45);
box-shadow: 0 12px 32px -8px rgba(153, 255, 19, 0.45);
border: 3px solid #99ff13; background: linear-gradient(135deg, #99ff13, #13FF2A);
Monochromatic scale
Palettes built from #99ff13
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 away, with its history, psychology and brand usage.
#99ff13 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.
#99ff13, answered
What color is #99ff13?
#99ff13 is a balanced electric green, closest to Green Yellow (ΔE2000 2.1). It sits at 86° on the hue wheel with 100% saturation and 54% lightness, which reads as neutral.
What is the RGB value of #99ff13?
rgb(153, 255, 19) — 153 red, 255 green and 19 blue out of 255, or 60% / 100% / 7.5% by channel.
Is #99ff13 a light or a dark color?
It is a light color. Relative luminance is 0.7834 and perceived brightness is 83%, so black text on it reaches 16.67:1.
Should I use black or white text on #99ff13?
Black. It scores 16.67:1 against #99ff13, versus 1.26:1 for white — AAA at any size.
What is the complementary color of #99ff13?
#7913FF sits directly opposite on the wheel. Softer options are the split-complements #1323FF and #EF13FF, which give the same contrast with far less vibration.
What colors go well with #99ff13?
For interface work: #F8FAF4 as the surface, #D9EDC0 for borders, #789B4B for secondary text, #3E13FF as an accent and #488000 for hover and pressed states. For a palette, the analogous pair #FFEF13 and #23FF13 stays calm, while #7913FF is the loudest partner.
What is #99ff13 in CMYK for printing?
cmyk(40%, 0%, 93%, 0%). 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 #99ff13 warm or cool?
Neutral — it scores 47 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #F0FF13; nudged cooler, #42FF13.