When a junior tech, student, or hobbyist searches for an 'image of light emitting diode', they are usually trying to solve a visual identification problem. They need to match a physical component to a schematic symbol, figure out which leg is the anode, or understand how to represent it on a PCB layout. But identifying the component is only step one; knowing how to bias it, protect it, and test it is what separates a working prototype from a melted breadboard.

For 90% of general-purpose 5V or 3.3V indicator applications, you do not need to overthink the selection. The Kingbright WP7113SURCK (Red, 2.0Vf, 20mA) and the Lite-On LTL-307E (Green, 2.1Vf, 20mA) are your safe, bulletproof defaults. Below is the complete decision-forward guide to identifying, biasing, and testing LEDs on the bench.

Schematic Symbols and Physical Pinout Diagrams

To bridge the gap between the physical part and your circuit diagram, you need to recognize both the standardized schematic symbol and the physical anatomy of the component.

The Schematic Symbol

In standard IEC and IEEE schematic conventions, the LED symbol is a triangle pointing toward a vertical line (representing a standard PN junction diode), with two small arrows pointing diagonally away from the junction to indicate light emission. The flat side of the triangle is the Anode (positive), and the vertical line is the Cathode (negative). Current flows from the triangle side, through the junction, and out the line side.

Physical Pinout Identification

When looking at a physical 5mm through-hole LED, identify the pins using these three visual markers:

  • Leg Length: The longer leg is the Anode (+). The shorter leg is the Cathode (-).
  • Bulb Flat Edge: The plastic dome has a flat spot on the bottom rim. The leg closest to this flat edge is the Cathode (-).
  • Internal Structure: Look inside the clear or tinted epoxy dome. The smaller metal post is the Anode. The larger, anvil-shaped reflector cup holding the semiconductor die is the Cathode.
Bench Tip: Never trust leg lengths on salvaged or clipped LEDs. If the legs have been trimmed to fit a PCB, the length rule is void. Always rely on the flat edge, the internal anvil, or a multimeter test.

Operation Regions and Forward Voltage Specifications

Unlike resistors, LEDs do not obey Ohm's Law linearly. They are non-linear semiconductor devices with a specific Forward Voltage ($V_f$) threshold. Below this threshold, they conduct almost zero current. Once the applied voltage exceeds $V_f$, current increases exponentially, which is why a current-limiting resistor is mandatory.

LED Color / Type Typical Forward Voltage ($V_f$) Max Continuous Current ($I_f$) Recommended Test Current
Infrared (IR) 1.2V - 1.5V 50 mA 20 mA
Red (Standard) 1.8V - 2.2V 30 mA 15 - 20 mA
Orange / Yellow 2.0V - 2.2V 30 mA 15 - 20 mA
Green (Standard) 2.0V - 2.2V 30 mA 15 - 20 mA
Blue / Pure Green 3.0V - 3.4V 30 mA 20 mA
White / UV 3.0V - 3.6V 30 mA 20 mA

Note: High-power illumination LEDs (like Cree XP-G or Lumileds Luxeon) operate at much higher currents (350mA to 3A) and require constant-current drivers, not simple resistors. The table above applies to standard 3mm and 5mm indicator LEDs.

How to Bias and Select the Right LED for Your Circuit

Let us design a complete, real-world application circuit. The objective is to drive a standard Red LED from a 5V GPIO pin on an Arduino Uno or ESP32 development board. According to Espressif's official GPIO documentation, while pins can source up to 40mA absolute maximum, the recommended safe continuous sourcing limit is 20mA to prevent silicon degradation and brownouts.

The Application Circuit: 5V GPIO Indicator

  1. Define Variables: Source Voltage ($V_s$) = 5.0V. LED Forward Voltage ($V_f$) = 2.0V. Target Current ($I_f$) = 15mA (0.015A) for comfortable brightness without stressing the microcontroller.
  2. Calculate Resistance: Using Kirchhoff's Voltage Law, the resistor must drop the remaining voltage. $V_R = V_s - V_f = 5.0V - 2.0V = 3.0V$.
  3. Apply Ohm's Law: $R = V_R / I_f = 3.0V / 0.015A = 200\Omega$.
  4. Select Standard Value: 200 ohms is not in the standard E12 resistor series. The next closest standard value up is 220 ohms. (Always round up to slightly reduce current and extend LED life).
  5. Calculate Power Dissipation: $P = I^2 \times R = (0.015)^2 \times 220 = 0.0495W$. A standard 1/4W (0.25W) through-hole resistor or a 1/10W 0603 SMD resistor is more than sufficient.

Wiring Sequence: Microcontroller GPIO Pin → 220$\Omega$ Resistor → LED Anode (Long Leg) → LED Cathode (Short Leg) → System GND.

Why not wire LEDs in parallel with one resistor? Due to manufacturing tolerances, no two LEDs have the exact same $V_f$. If you wire two LEDs in parallel sharing one resistor, the one with the slightly lower $V_f$ will hog the current, burn hotter, and fail prematurely. Always use a dedicated series resistor for each LED.

Failure Modes and Multimeter Testing Procedures

LEDs rarely fail spontaneously. When they do, it is almost always due to one of three bench mistakes:

  • Thermal Runaway: Driving the LED directly from a voltage source without a current-limiting resistor. The junction heats up, its internal resistance drops, it draws more current, and the bond wire melts.
  • Reverse Breakdown: Standard LEDs have a very low reverse voltage tolerance (typically 5V max). If you apply 12V in reverse, the junction breaks down and shorts out.
  • Moisture Ingress: In humid environments, cheap epoxy domes can crack, allowing moisture to corrode the internal bond wire, resulting in an open circuit.

Testing an LED with a Digital Multimeter

Forget the 'continuity' beep mode; it rarely supplies enough voltage to forward-bias a blue or white LED. Use the dedicated Diode Test mode.

  1. Turn your multimeter dial to the Diode symbol (usually shares a node with the continuity setting, but requires a press of the 'Select' or 'Mode' button to display voltage rather than beep).
  2. Plug the black probe into COM and the red probe into the V/$\Omega$/Diode jack.
  3. Touch the Red probe to the Anode (long leg) and the Black probe to the Cathode (short leg).
  4. Read the Display: A healthy red LED will show a voltage drop between 1.6V and 2.2V. A blue or white LED will show 2.8V to 3.4V. The LED should also emit a faint glow.
  5. Reverse the Probes: Swap the probes (Black to Anode, Red to Cathode). The multimeter should read 'OL' (Open Loop) or '1', indicating infinite resistance in reverse bias.

If the LED reads 'OL' in both directions, the internal bond wire is snapped (open). If it reads near 0.0V in both directions, the junction has shorted due to overcurrent. Throw it in the bin.

Decision Tree: Picking the Exact Part Number

Stop guessing in the distributor catalog. Use this decision matrix to select the exact component family for your project requirements.

Application Scenario Key Requirement Concrete Part Pick
Standard breadboard indicator 5mm through-hole, easy to read, low cost Kingbright WP7113SURCK (Red)
High-visibility outdoor panel Water clear lens, high mcd rating, sunlight readable Cree C503B-RAN (Red, 15,000 mcd)
Automated SMD PCB assembly 0805 footprint, reflow solder compatible, tape & reel Lite-On LTST-C171KRKT (Red 0805)
Addressable RGB lighting strips Integrated driver IC, single-wire data, 5V logic Worldsemi WS2812B (5050 package)
Optical isolation / IR sensing 940nm emission, matches phototransistor peak Everlight IR333-A (5mm IR)

Safe Default Part Numbers for the Workbench

If you are stocking your lab for the first time or replenishing your component drawers in 2026, buy in bulk lots of 100 or reels of 2,000. As of current market pricing, standard 5mm through-hole LEDs cost roughly $0.04 to $0.08 each in bulk, while 0805 SMD reels run about $0.01 per unit.

Keep these specific, high-quality part numbers on your BOM (Bill of Materials):

  • Red: Kingbright WP7113SURCK (2.0Vf, 20mA, 1500 mcd)
  • Green: Lite-On LTL-307E (2.1Vf, 20mA, 1000 mcd)
  • Yellow: Kingbright WP7113SYCK (2.0Vf, 20mA, 1800 mcd)
  • Blue: Cree C503B-BAN (3.2Vf, 20mA, 8000 mcd)
  • White: Lite-On LTL-42WKC1D (3.3Vf, 20mA, 12000 mcd)

Pair these with a standard E12 kit of 1/4W metal film resistors (specifically 100$\Omega$, 220$\Omega$, 330$\Omega$, and 470$\Omega$), and you will have the exact components needed to bias any standard indicator LED from a 3.3V, 5V, or 12V source without ever needing to scramble for parts mid-build. For deeper theory on semiconductor junction behavior and photon emission, refer to the semiconductor chapter on All About Circuits.