Since it's fine to use a different style of examples, and it's that time of year in America, lets use taxes! Note that I left the old response, since this one is rather different...
A Green Thread is like doing your personal taxes and your business taxes yourself... as a mad scientist. You fill in the paperwork, schedule the time spent from what you have available to you, delay things because you need to go get more records, resume work that you left unfinished the day before, etc. All by yourself, except that you don't notice, because each time you change what you're doing, you pull out your brain and stick a different one in, thereby forgetting what you were doing until you swap that brain back in. Let Igor's brain handle the baking, you'll handle the eating!
A single Platform thread , whether an OS thread, a hardware thread, or more commonly a hardware thread used by the OS to implement an OS thread, does work differently. As far as you can tell, you just keep working on something thing until you decide not to. However, you don't have to decide to switch to something else as often, because the Platform (Doctor Frankenstein!) will sometimes do that for you (the Monster!), swapping your current brain with another (often Igor! But sometimes Bob from next door) without telling you. Stuff that needs fast reactions (Igor, the cake is burning!) is usually expected to get first dibs whenever this happens. Note that you can chose to run a Green Thread within a Platform Thread, but it's pretty hard to think of a scenario where it CAN'T be claimed that all Green Threads run inside one or more Process Threads. Regardless, the "special unicorn magic" is that you are no longer making the decision to swap brains threads.
Two or more Platform Threads is like a single Platform Thread, except that there now appear to be two+ bodies, thus two+ brains, so you can choose to have different brains do different jobs (Two Igors mean twice as many cakes)!
Multi-processing is when there are multiple sets of brains, and the body(-ies) get moved around to different places by one (or more) of the brains, so that brains in one set never wind up in places that are restricted to another set of brains (the Villagers will never know!).