Green Screen Remover

Drop a video or an image shot on a green or blue screen. The backdrop is keyed out inside this browser tab — nothing is uploaded.

Drop a video or an image here

or choose a file — you can paste from the clipboard too

Runs locally in this browser tab · no upload · no account · no watermark

What this green screen remover does

This page is a chroma key tool for video and images. It reads the colour of the backdrop you shot against, makes those pixels transparent, and pulls the green light that bounced onto your subject back out of the edges. You get the cutout as a transparent PNG, as a PNG sequence for a clip, or as a transparent WebM video.

Everything is computed by the browser on your own machine. The file you drop never leaves the tab — there is no upload step, no account and no watermark.

Supported formats

Your browser is the limit, not this page: if it cannot decode the file, the page says so instead of pretending to work.

How to remove a green screen

  1. Drop your file. Drag a clip or a photo onto the page, choose one from your device, or paste an image from the clipboard. The green screen is detected from the border of the frame and keyed out straight away.
  2. Fix what the key got wrong. Tolerance decides how far from the key colour a pixel can be and still count as background. Edge trims the thin green halo off the outline or softens a jagged one. Spill removal pulls the green cast off the subject itself.
  3. Check it. Drag the divider to compare the original with the result, and switch the preview background between a checkerboard, dark and light so you can see the transparency honestly.
  4. Take the result. Download a transparent PNG. For a clip you can also export the current frame, a PNG sequence for the whole clip, or a transparent WebM.

How the key works

Each pixel is converted to YCbCr, the colour space broadcast equipment has always keyed in, where Cb and Cr carry the colour and Y carries the brightness. The distance from the key colour is measured in the Cb/Cr plane only, so a shadow falling across the screen — the same green, just darker — still keys out. A plain "delete every pixel near this RGB value" comparison leaves those shadows behind.

That reasoning breaks on a neutral backdrop: white, black and grey all sit at the same point in the Cb/Cr plane, so a chroma key cannot tell a white wall from a white shirt. When the key colour has almost no saturation this page measures brightness instead and keys on luminance, which is the only thing that can separate them.

Frequently asked questions

How do I remove a green screen from a video?

Drop the clip on the page. The key colour is read from the first frame, every frame is keyed as it plays, and the preview shows the result live. When it looks right, export a transparent WebM or a PNG sequence.

How do I remove a green screen from an image?

Drop the photo and the background is gone on arrival. Adjust tolerance, edge and spill if the cutout needs help, then download the transparent PNG.

Is this green screen background remover free?

Yes. No account, no sign-up, no watermark and no limit on how many files you key. There is nothing to buy because nothing runs on a server — your own machine does the work.

Are my files uploaded anywhere?

No. The page decodes and keys the file with the Canvas API inside the tab. It keeps working if you go offline after it has loaded.

Can I key a blue screen, or another colour?

Yes. Pick the blue or magenta preset, use the colour picker, or press Pick from media and click the backdrop in the preview. Any solid backdrop colour can be the key.

Why is there still a green edge around my subject?

That is spill — green light from the screen bouncing onto hair, shoulders and light clothing. Drag Edge to the left to trim the contaminated rim, and raise Spill removal to neutralise the cast that landed on the subject.

Does the exported video keep its transparency?

The WebM export is recorded from a canvas that has an alpha channel, and it keeps it — verified by decoding the file back and reading the alpha of a transparent pixel. Whether a player shows it is a different matter: VLC, Chrome, Edge and most editors show the transparency, while many video players and social platforms paint transparent video on black. The PNG and PNG-sequence exports always keep alpha everywhere.

Is there a length limit on the video?

No cap is imposed by this page. The limits are your machine's memory and the browser's decoder. Two practical notes: the WebM export records in real time, so a 30-second clip takes about 30 seconds, and a PNG sequence is heavy — a one-minute clip at 12 frames per second is 720 files.

Why did my subject lose a piece, or why is a green prop gone?

A key decides by colour alone, so anything the same colour as the screen goes with it. Lower the tolerance, or pick a key colour further from the subject. Unlike some tools on this page there is no manual brush, so colour is the only lever — that is stated here rather than hidden behind a button that does not exist.