csharp Change color

Code Example - csharp Change color

                
                        //Text color
Console.ForegroundColor = ConsoleColor.Green;
//Background color
Console.BackgroundColor = ConsoleColor.Red;