Green Screen Remover
Remove green screen online free. Chroma key green or blue backgrounds with tolerance and soft edges, then download a transparent PNG — a fast green screen remover / chromakey tool in your browser.
Upload an image to start editing
Or try an example
Help Us Improve
—
(—)
Knock out a background color to create a transparent PNG. Tweak tolerance, preview, download.
Magic Wand (Connected)
Click to erase connected color regions — perfect for icon outer backgrounds while keeping enclosed fills opaque.
Global Color Removal
Erase every instance of a color across the entire icon at once when the fill appears in multiple places.
Adjustable Tolerance
Fine-tune with the tolerance slider (0–100). Higher values catch more similar shades for smoother icon edges.
Undo Support
Made a mistake? Click Undo to step back through your last actions. Undo multiple times to return to the original.
Transparent PNG download
Export transparent icons with a real alpha channel for web UI, apps, and favicon pipelines.
1. Upload your icon
Drag and drop a JPG, PNG, or WebP icon into the upload area. Your image loads instantly in the editing canvas.
2. Click the background color
Click the color you want transparent. Use Magic Wand for outer backgrounds or Global mode to remove the color everywhere.
3. Adjust & download
Fine-tune tolerance for cleaner edges. Download your transparent icon PNG — convert to ICO on /png-to-ico if needed.
Start with Moderate Tolerance
Begin with tolerance around 15–25 and adjust up if shadows aren't removed, or down if too much is being erased.
Use Connected Mode for Solid Backgrounds
If your image has a single solid background (like white), Magic Wand mode will remove it in one click without affecting interior colors.
Click Multiple Times for Different Colors
Remove different colored areas by clicking each one separately. You can erase a white background, then click on shadows or other colors.
Zoom In for Precision
The tool keeps the image at full size. For precise edge work, look closely at the preview to see exactly where colors are being erased.
High Tolerance for Gradients
If the background has a gradient (like sky), use Global mode with higher tolerance (40–60) to catch all shades of the gradient color.
Undo If Results Look Off
If a click removes too much, use Undo immediately. Then lower the tolerance and click again for a better result.
Online PNG Tools (transparent icon maker)
Competitor ranking for transparent icon, transparent icons, and transparency icon. This page matches that intent with click-to-erase, tolerance, Magic Wand / Global modes, and transparent PNG download — fully in the browser.
PNG to ICO (/png-to-ico)
Packs a transparent PNG into multi-size ICO favicons. Make the icon transparent here first, then convert.
Green Screen Remover (/green-screen-remover)
Chroma key green or blue studio backdrops — better when the background is a true green screen, not a flat icon fill.
Remove Background (/remove-background-image)
Better for messy photo backgrounds and hair. Use this transparent icon maker when the backdrop is a flat color you can click away.
This transparent icon maker
Click to erase, tolerance, undo, transparent PNG export — best for icons, logos, play buttons, and solid-color backgrounds.
UI & app icons: Remove white or gray backdrops so icons sit cleanly on any interface color.
Transparent play buttons: Knock out solid backgrounds from play-button graphics for video overlays.
Logo backgrounds: Remove solid backgrounds from logos to create clean transparent PNGs for websites and branding.
Favicon prep: Make the PNG transparent here, then build multi-size ICO files on /png-to-ico.
Signature files: Make handwritten signatures transparent for documents and email.
Clip art & stickers: Extract icons and clip art from flat backgrounds for designs and social graphics.
No Software Needed
Works entirely in your browser. No Photoshop, no GIMP, no design software downloads required.
Click to Erase
Intuitive magic wand interface, just click the color you want gone. No manual selection or complex masking.
Complete Privacy
Client-side pixel processing means your images stay on your device and are never uploaded to any server.
100% Free
No sign-ups, no watermarks, no limits. Make as many images transparent as you need, for any purpose.
Works on All Devices
Compatible with Windows, Mac, Linux, iPhone, Android, and iPad. Any device with a modern browser.
Instant Results
See transparency changes immediately after each click. No waiting for server-side processing or AI analysis.
“The alpha channel is a color component that represents the degree of transparency of a pixel.”
Alpha channel — representing pixel transparency: This tool manipulates the alpha channel of each pixel to make colors transparent. The alpha channel concept is fundamental to how PNG images and canvas compositing handle transparency. en.wikipedia.org/wiki/Alpha_channel
“The Canvas API provides a means for drawing graphics via JavaScript and the HTML canvas element.”
Canvas API (client-side pixel manipulation): This tool uses putImageData to write modified alpha values back to the canvas after each erase operation, enabling instant visual feedback. developer.mozilla.org/en-US/docs/Web/API/Canvas_API
“PNG supports lossless data compression, making it useful for storing graphics that need to be edited repeatedly without losing quality.”
PNG image format (alpha transparency): PNG is the only common web format that supports alpha channel transparency natively, making it the required output format for images with transparent pixels. w3.org/TR/PNG/
“Flood fill is an algorithm that determines the area connected to a given node in a multi-dimensional array.”
Flood fill algorithm (Magic Wand): The Magic Wand (Connected) mode uses a BFS flood fill algorithm to traverse adjacent pixels that match the sampled color within the tolerance threshold. en.wikipedia.org/wiki/Flood_fill