
The RGB LED (Common Cathode) is a versatile electronic component that combines three LEDs-Red, Green, and Blue—within a single 5 mm LED package. By adjusting the intensity of each color individually, the LED can produce a wide range of colors, making it ideal for Arduino projects, robotics, DIY electronics, decorative lighting, and interactive displays.
This RGB LED features a 4-pin configuration, consisting of one common cathode (ground pin) and three separate pins for the red, green, and blue LEDs. In this configuration, the common pin is connected to ground, while the individual color pins are driven by a positive voltage through resistors or microcontroller outputs.
By controlling the brightness of each color using techniques such as PWM (Pulse Width Modulation), different colors can be generated through color mixing. For example, combining red and green produces yellow, while mixing all three colors can produce white or other shades.