#07ca21
a dark, electric green · cool · closest name: Lime Green
At a glance
Every number on this page in one read: what #07ca21 is made of, how bright it looks, and which way it leans.
Reads cool. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #07ca21 |
| RGB | rgb(7, 202, 33) |
| HSL | hsl(128, 93%, 41%) |
| CMYK | cmyk(97%, 0%, 84%, 21%) |
| LAB | lab(71.1 -71.0 64.8) |
| LCH | lch(71.1 96.2 137.6) |
| OKLCH | oklch(0.728 0.240 143.3) |
| Decimal | 510497 |
| Display P3 | color(display-p3 0.027 0.792 0.129) |
Copy-ready code
/* CSS */
color: #07ca21;
background-color: #07ca21;
/* Tailwind (arbitrary) */
class="text-[#07ca21] bg-[#07ca21]"
/* SCSS */
$brand: #07ca21;
/* SwiftUI */
Color(red: 0.027, green: 0.792, blue: 0.129)
/* Android */
Color.parseColor("#07ca21")
/* Flutter */
Color(0xFF07CA21)
/* Python / OpenCV (BGR) */
(33, 202, 7)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. #07ca21 is pinned to step 700; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #F2FDF3;
--brand-100: #E4FBE7;
--brand-200: #C2F9CA;
--brand-300: #93FBA1;
--brand-400: #5CF971;
--brand-500: #26F742;
--brand-600: #08ED27;
--brand-700: #07ca21;
--brand-800: #059E1A;
--brand-900: #097217;
--brand-950: #05470E;
--brand: #07ca21;
--brand-ink: #000000;
}Colors that work with #07ca21
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 #07ca21
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 | #CA07B0 | Directly opposite — maximum tension | |
| Analogous left | #4FCA07 | Neighbour, quieter | |
| Analogous right | #07CA83 | Neighbour, quieter | |
| Split-complement 1 | #8307CA | Contrast without the clash | |
| Split-complement 2 | #CA074F | Contrast without the clash | |
| Triadic 1 | #2107CA | Even thirds — balanced and loud | |
| Triadic 2 | #CA2107 | Even thirds — balanced and loud | |
| Tetradic | #074FCA | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#07ca21 text on a black background
contrast 9.48:1
#07ca21 text on a white background
contrast 2.22:1
CSS3 live lab
The quick brown fox
color: #07ca21;
background-color: #07ca21;
Glowing headline
text-shadow: 2px 2px 8px #07ca21;
Soft neon halo
text-shadow: 0 0 14px rgba(7, 202, 33, 0.45);
box-shadow: 0 12px 32px -8px rgba(7, 202, 33, 0.45);
border: 3px solid #07ca21; background: linear-gradient(135deg, #07ca21, #07CAA3);
Monochromatic scale
Palettes built from #07ca21
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: Emerald (#50c878) — ΔE2000 10.1 away, with its history, psychology and brand usage.
#07ca21 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.
#07ca21, answered
What color is #07ca21?
#07ca21 is a dark electric green, closest to Lime Green (ΔE2000 1.5). It sits at 128° on the hue wheel with 93% saturation and 41% lightness, which reads as cool.
What is the RGB value of #07ca21?
rgb(7, 202, 33) — 7 red, 202 green and 33 blue out of 255, or 2.7% / 79.2% / 12.9% by channel.
Is #07ca21 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4240 and perceived brightness is 61%, so black text on it reaches 9.48:1.
Should I use black or white text on #07ca21?
Black. It scores 9.48:1 against #07ca21, versus 2.22:1 for white — AAA at any size.
What is the complementary color of #07ca21?
#CA07B0 sits directly opposite on the wheel. Softer options are the split-complements #8307CA and #CA074F, which give the same contrast with far less vibration.
What colors go well with #07ca21?
For interface work: #F4FAF5 as the surface, #C0EDC6 for borders, #4B9B55 for secondary text, #B703CE as an accent and #047B14 for hover and pressed states. For a palette, the analogous pair #4FCA07 and #07CA83 stays calm, while #CA07B0 is the loudest partner.
What is #07ca21 in CMYK for printing?
cmyk(97%, 0%, 84%, 21%). 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 #07ca21 warm or cool?
Cool — it scores 66 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #35CA07; nudged cooler, #05CC69.