#33cf71
a balanced, vivid green · cool · closest name: Lime Green
At a glance
Every number on this page in one read: what #33cf71 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 | #33cf71 |
| RGB | rgb(51, 207, 113) |
| HSL | hsl(144, 62%, 51%) |
| CMYK | cmyk(75%, 0%, 45%, 19%) |
| LAB | lab(73.9 -60.1 35.5) |
| LCH | lch(73.9 69.8 149.4) |
| OKLCH | oklch(0.754 0.184 151.7) |
| Decimal | 3395441 |
| Display P3 | color(display-p3 0.200 0.812 0.443) |
Copy-ready code
/* CSS */
color: #33cf71;
background-color: #33cf71;
/* Tailwind (arbitrary) */
class="text-[#33cf71] bg-[#33cf71]"
/* SCSS */
$brand: #33cf71;
/* SwiftUI */
Color(red: 0.200, green: 0.812, blue: 0.443)
/* Android */
Color.parseColor("#33cf71")
/* Flutter */
Color(0xFF33CF71)
/* Python / OpenCV (BGR) */
(113, 207, 51)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. #33cf71 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: #F4FBF7;
--brand-100: #E8F7EE;
--brand-200: #CCF0DA;
--brand-300: #A4EAC0;
--brand-400: #77DFA0;
--brand-500: #49D480;
--brand-600: #33cf71;
--brand-700: #27A559;
--brand-800: #1F8447;
--brand-900: #1A6036;
--brand-950: #103C22;
--brand: #33cf71;
--brand-ink: #000000;
}Colors that work with #33cf71
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 #33cf71
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 | #CF3391 | Directly opposite — maximum tension | |
| Analogous left | #43CF33 | Neighbour, quieter | |
| Analogous right | #33CFBF | Neighbour, quieter | |
| Split-complement 1 | #BF33CF | Contrast without the clash | |
| Split-complement 2 | #CF3343 | Contrast without the clash | |
| Triadic 1 | #7133CF | Even thirds — balanced and loud | |
| Triadic 2 | #CF7133 | Even thirds — balanced and loud | |
| Tetradic | #3343CF | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#33cf71 text on a black background
contrast 10.30:1
#33cf71 text on a white background
contrast 2.04:1
CSS3 live lab
The quick brown fox
color: #33cf71;
background-color: #33cf71;
Glowing headline
text-shadow: 2px 2px 8px #33cf71;
Soft neon halo
text-shadow: 0 0 14px rgba(51, 207, 113, 0.45);
box-shadow: 0 12px 32px -8px rgba(51, 207, 113, 0.45);
border: 3px solid #33cf71; background: linear-gradient(135deg, #33cf71, #33C5CF);
Monochromatic scale
Palettes built from #33cf71
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 2.8 away, with its history, psychology and brand usage.
#33cf71 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Converts to four-color process without much drama. Proof it anyway.
#33cf71, answered
What color is #33cf71?
#33cf71 is a balanced vivid green, closest to Lime Green (ΔE2000 7.8). It sits at 144° on the hue wheel with 62% saturation and 51% lightness, which reads as cool.
What is the RGB value of #33cf71?
rgb(51, 207, 113) — 51 red, 207 green and 113 blue out of 255, or 20% / 81.2% / 44.3% by channel.
Is #33cf71 a light or a dark color?
It is a mid-tone. Relative luminance is 0.4652 and perceived brightness is 65%, so black text on it reaches 10.30:1.
Should I use black or white text on #33cf71?
Black. It scores 10.30:1 against #33cf71, versus 2.04:1 for white — AAA at any size.
What is the complementary color of #33cf71?
#CF3391 sits directly opposite on the wheel. Softer options are the split-complements #BF33CF and #CF3343, which give the same contrast with far less vibration.
What colors go well with #33cf71?
For interface work: #F4FAF7 as the surface, #C0EDD2 for borders, #4B9B6A for secondary text, #D42EBC as an accent and #186738 for hover and pressed states. For a palette, the analogous pair #43CF33 and #33CFBF stays calm, while #CF3391 is the loudest partner.
What is #33cf71 in CMYK for printing?
cmyk(75%, 0%, 45%, 19%). This is a screen-to-ink approximation — ask your printer for a proof before committing to a run.
Is #33cf71 warm or cool?
Cool — it scores 72 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #33CF38; nudged cooler, #31D2AB.