# Codon Definition: The Genetic Code's Three-Letter Words

Every protein in every living cell is built from a linear sequence of amino acids. The instructions for that sequence are stored in nucleic acids—DNA in most organisms, RNA in some viruses—as a string of four nucleotide bases. The cell must translate a four-letter alphabet into a twenty-letter alphabet of amino acids. It does so using codons: the three-nucleotide "words" of the genetic code. A **codon** is a sequence of three consecutive nucleotides in messenger RNA (mRNA) that specifies either a particular amino acid or a signal to stop protein synthesis. Because there are four possible bases (adenine, guanine, cytosine, and uracil in RNA), there are 4³ = 64 possible codons. Sixty-one of these encode amino acids; three signal termination. This article explains how codons work, how they are read, and why their properties matter for medicine, biotechnology, and our understanding of life itself.

## What Is a Codon?

A codon is the fundamental unit of the genetic code. In molecular terms, it is a triplet of nucleotides—adenine (A), guanine (G), cytosine (C), and uracil (U) in RNA—that occupies a contiguous position on an mRNA molecule. During protein synthesis, the ribosome reads mRNA in the 5′ to 3′ direction, three nucleotides at a time. Each triplet is a codon.

The relationship between codons and amino acids is not one-to-one. With 64 possible codons and only 20 standard amino acids, the code is degenerate: most amino acids are specified by more than one codon. For example, leucine is encoded by six different codons (UUA, UUG, CUU, CUC, CUA, CUG), while tryptophan is encoded by only one (UGG). Three codons—UAA, UAG, and UGA—do not specify any amino acid. Instead, they signal the ribosome to terminate translation and release the completed polypeptide. These are the [Stop Codon](/knowledge/molecular-biology/stop-codon) signals.

Codons exist only on mRNA, not on DNA or protein. The DNA sequence that gives rise to a codon is transcribed into mRNA, and it is the mRNA triplet that is read during translation. This distinction matters because the DNA template strand is complementary to the mRNA, so the DNA "coding strand" has the same sequence as the mRNA (with thymine in place of uracil). When scientists refer to a "codon" in a gene sequence, they mean the sequence on the coding strand, written 5′ to 3′.

The codon is the smallest meaningful unit of genetic information. A single nucleotide change within a codon can alter the amino acid specified, truncate the protein, or have no effect at all, depending on the nature of the change and the degeneracy of the code. Understanding codons is therefore essential to understanding how genotype maps to phenotype.

## The Genetic Code: How Codons Work

The genetic code is the set of rules by which codons are translated into amino acids. It is nearly universal across all known life forms, from bacteria to humans, which is strong evidence that all extant life shares a common ancestor. The code was largely deciphered between 1961 and 1966 by Marshall Nirenberg, Har Gobind Khorana, and their colleagues, who used synthetic RNA polymers and cell-free translation systems to assign each codon to its amino acid.

The code is organized in a logical, if not perfectly regular, pattern. The first two nucleotides of a codon often determine the amino acid, while the third nucleotide—the "wobble" position—can vary without changing the meaning. For example, all codons of the form CCU, CCC, CCA, and CCG encode proline. The first two bases (CC) specify proline; the third base is flexible. This property, called degeneracy, reduces the deleterious impact of point mutations. A change in the third position of a codon is often a silent mutation, meaning it does not alter the [amino acid sequence](/blog/guides/amino-acid-sequence) of the protein.

The code also has a clear start signal. The codon AUG serves a dual role: it encodes methionine and it is the [Start Codon](/knowledge/molecular-biology/start-codon) that initiates translation. In bacteria, the start codon is read as formylmethionine (fMet), a modified methionine that is later removed from the mature protein. In eukaryotes, the start codon is read as standard methionine. The ribosome scans the mRNA from the 5′ cap until it encounters the first AUG in a favorable context—the Kozak consensus sequence in eukaryotes (gccRccAUGG, where R is a purine) or the Shine-Dalgarno sequence in prokaryotes—and begins translation there.

### Start and Stop Codons

The start codon AUG is the only codon that initiates translation. It sets the reading frame: the ribosome then reads every subsequent triplet in multiples of three from that point. If the reading frame is shifted by one or two nucleotides, every downstream codon changes, usually producing a nonfunctional protein.

The three stop codons—UAA, UAG, and UGA—are also called nonsense codons or termination codons. They do not bind a tRNA with an amino acid. Instead, they are recognized by release factors: proteins that trigger hydrolysis of the peptidyl-tRNA bond, releasing the completed polypeptide from the ribosome. In bacteria, release factors RF1 recognizes UAA and UAG, while RF2 recognizes UAA and UGA. In eukaryotes, a single release factor, eRF1, recognizes all three stop codons with the help of eRF3.

Stop codons are not merely passive signals. Their position determines the length of the protein. A premature stop codon—one that appears earlier in the mRNA than it should—produces a truncated protein that is often nonfunctional and frequently degraded by cellular quality-control systems such as [nonsense-mediated mRNA decay](/knowledge/molecular-biology/nonsense-mediated-mrna-decay).

### Degeneracy of the Code

Degeneracy means that most amino acids are encoded by more than one codon. The pattern is not random. Codons that specify the same amino acid typically differ only in the third base. This is a consequence of the wobble hypothesis, proposed by Francis Crick in 1966. The hypothesis states that the base at the 5′ end of the tRNA anticodon can pair non-standardly with the base at the 3′ end of the codon. For example, the anticodon base inosine (I) can pair with U, C, or A in the codon's third position. This allows a single tRNA to recognize multiple codons, reducing the number of tRNA species required.

Degeneracy has practical consequences. It means that many mutations are silent: they change the DNA sequence but not the protein sequence. It also means that codon usage is not uniform across genomes. Some organisms and even some genes within an organism prefer certain synonymous codons over others—a phenomenon called codon usage bias. This bias reflects the abundance of cognate tRNAs, the efficiency of translation, and the need to regulate protein folding. For example, highly expressed genes in *Escherichia coli* tend to use codons that match the most abundant tRNAs, allowing faster and more accurate translation.

## From DNA to mRNA: Transcription and Codons

Codons are features of mRNA, but the information they carry originates in DNA. The process of transcription converts a DNA gene into an mRNA transcript. This occurs in the nucleus of eukaryotic cells and in the cytoplasm of prokaryotic cells.

During transcription, the enzyme RNA polymerase unwinds a segment of the DNA double helix and synthesizes a complementary RNA strand using one of the DNA strands as a template. The template strand is read 3′ to 5′ by the polymerase, and the mRNA is synthesized 5′ to 3′. The other DNA strand, called the coding strand or sense strand, has the same sequence as the mRNA, except that thymine (T) in DNA is replaced by uracil (U) in RNA.

For example, if the coding strand of DNA reads 5′-ATG GCT CCA-3′, the mRNA will read 5′-AUG GCU CCA-3′. The codons are AUG (methionine, start), GCU (alanine), and CCA (proline). If you were to read the template strand instead, you would get the complementary sequence, which is not the codon sequence. This is a common source of confusion for students: the codon sequence is read from the mRNA, not from the template DNA strand.

In eukaryotes, the initial transcript is a precursor mRNA (pre-mRNA) that contains introns—noncoding regions that must be removed by splicing. The mature mRNA contains only exons, the coding sequences. The codons are contiguous in the mature mRNA, with no gaps. The 5′ end of the mRNA has a modified guanine cap, and the 3′ end has a poly(A) tail; neither is translated.

Transcription is highly regulated. Promoters, enhancers, and [transcription factors](/knowledge/molecular-biology/transcription-factor) control when and how much mRNA is produced. The rate of transcription can vary by orders of magnitude between genes. For example, a highly active gene like the β-globin gene in erythroid cells can produce thousands of mRNA molecules per cell, while a tightly repressed gene may produce none.

## Translation: How Ribosomes Read Codons

Translation is the process by which the ribosome reads the mRNA codons and assembles a polypeptide chain. It occurs in three phases: initiation, elongation, and termination. Each phase involves a coordinated set of molecular interactions.

### tRNA and Anticodons

Transfer RNAs (tRNAs) are the adaptor molecules that link codons to amino acids. Each tRNA is a small RNA molecule, typically 70–90 nucleotides long, folded into a cloverleaf secondary structure and an L-shaped tertiary structure. At one end of the tRNA, the 3′ end, is a conserved CCA sequence to which a specific amino acid is attached by an enzyme called aminoacyl-tRNA synthetase. At the opposite end, a three-[nucleotide sequence](/knowledge/molecular-biology/nucleotide-sequence) called the [Anticodon Definition](/knowledge/molecular-biology/anticodon-definition) pairs with the codon on the mRNA.

The anticodon is complementary and antiparallel to the codon. For example, the codon 5′-AUG-3′ is recognized by a tRNA with the anticodon 3′-UAC-5′. The pairing between the first base of the anticodon (the 5′ base) and the third base of the codon (the 3′ base) is subject to wobble, allowing one tRNA to recognize multiple codons. The [tRNA Definition](/knowledge/molecular-biology/trna-definition) is central to understanding translation: without tRNAs, the ribosome could not match codons to amino acids.

Aminoacyl-tRNA synthetases are highly specific. Each of the 20 standard amino acids has at least one dedicated synthetase that attaches it to the correct tRNA. The synthetase recognizes both the amino acid and the anticodon of the tRNA, ensuring that the correct amino acid is loaded. This is the "second genetic code," because the synthetase must read the tRNA's identity elements to make the correct match. Errors are rare—approximately one in 10,000 to 100,000—but when they occur, they produce mistranslated proteins.

### Ribosome Structure and Function

The ribosome is a large ribonucleoprotein complex that catalyzes peptide bond formation. In bacteria, the ribosome has a sedimentation coefficient of 70S and is composed of a 50S large subunit and a 30S small subunit. In eukaryotes, the ribosome is 80S, composed of 60S and 40S subunits. The [Ribosome Definition](/knowledge/molecular-biology/ribosome-definition) encompasses both structure and function: it is the molecular machine that reads mRNA and synthesizes protein.

The ribosome has three tRNA binding sites: the A (aminoacyl) site, the P (peptidyl) site, and the E (exit) site. During elongation, the following steps occur:

1. The mRNA codon in the A site is matched by a cognate aminoacyl-tRNA, delivered by elongation factor Tu (EF-Tu in bacteria, eEF1A in eukaryotes) in complex with GTP.
2. GTP hydrolysis by EF-Tu releases the tRNA into the A site, and the ribosome catalyzes peptide bond formation: the amino group of the A-site amino acid attacks the ester bond of the P-site tRNA, transferring the growing polypeptide chain to the A-site tRNA.
3. The ribosome translocates by one codon (three nucleotides) in the 3′ direction, moving the deacylated tRNA from the P site to the E site and the peptidyl-tRNA from the A site to the P site. This step is catalyzed by elongation factor G (EF-G in bacteria, eEF2 in eukaryotes).
4. The deacylated tRNA is released from the E site, and the cycle repeats.

The rate of elongation in bacteria is approximately 15–20 amino acids per second at 37 °C. In eukaryotes, it is slower, about 2–5 amino acids per second. The ribosome can pause at rare codons or at sequences that form secondary structures, which can affect protein folding and cotranslational processing.

Termination occurs when a stop codon enters the A site. Release factors bind instead of a tRNA, and the completed polypeptide is hydrolyzed from the P-site tRNA. The ribosome then dissociates into its subunits, and the mRNA is released.

## The Genetic Code Table: Reading Codons

The standard genetic code table is a compact way to look up which amino acid each codon specifies. The table is organized by the first, second, and third bases of the codon. To use it, find the row for the first base, the column for the second base, and the row within that block for the third base.

For example, to translate the codon 5′-AUG-3′:

1. First base: A (row A)
2. Second base: U (column U)
3. Third base: G (within the A/U block, the G row)

The table gives "Met" (methionine), which is also the start codon.

Here is the standard genetic code table (RNA codons):

| First base (5′) | Second base: U | Second base: C | Second base: A | Second base: G | Third base (3′) |
|-----------------|----------------|----------------|----------------|----------------|-----------------|
| **U**           | UUU Phe        | UCU Ser        | UAU Tyr        | UGU Cys        | U               |
| **U**           | UUC Phe        | UCC Ser        | UAC Tyr        | UGC Cys        | C               |
| **U**           | UUA Leu        | UCA Ser        | UAA Stop       | UGA Stop       | A               |
| **U**           | UUG Leu        | UCG Ser        | UAG Stop       | UGG Trp        | G               |
| **C**           | CUU Leu        | CCU Pro        | CAU His        | CGU Arg        | U               |
| **C**           | CUC Leu        | CCC Pro        | CAC His        | CGC Arg        | C               |
| **C**           | CUA Leu        | CCA Pro        | CAA Gln        | CGA Arg        | A               |
| **C**           | CUG Leu        | CCG Pro        | CAG Gln        | CGG Arg        | G               |
| **A**           | AUU Ile        | ACU Thr        | AAU Asn        | AGU Ser        | U               |
| **A**           | AUC Ile        | ACC Thr        | AAC Asn        | AGC Ser        | C               |
| **A**           | AUA Ile        | ACA Thr        | AAA Lys        | AGA Arg        | A               |
| **A**           | AUG Met (Start)| ACG Thr        | AAG Lys        | AGG Arg        | G               |
| **G**           | GUU Val        | GCU Ala        | GAU Asp        | GGU Gly        | U               |
| **G**           | GUC Val        | GCC Ala        | GAC Asp        | GGC Gly        | C               |
| **G**           | GUA Val        | GCA Ala        | GAA Glu        | GGA Gly        | A               |
| **G**           | GUG Val        | GCG Ala        | GAG Glu        | GGG Gly        | G               |

An alternative tool is the [Codon Wheel](/knowledge/molecular-biology/codon-wheel), a circular diagram that achieves the same lookup in a more visual format. Both the [Codon Table](/knowledge/molecular-biology/codon-table) and the wheel are derived from the same experimental data and are interchangeable for standard translation.

A few patterns are worth noting. Leucine, serine, and arginine each have six codons. Methionine and tryptophan have one each. The stop codons are UAA ("ochre"), UAG ("amber"), and UGA ("opal"). The code is not random: chemically similar amino acids often share codons that differ only in the first base. For example, the hydrophobic amino acids valine, isoleucine, and leucine have codons beginning with U or A and a second base of U or C.

## Mutations and Codon Changes

Mutations are heritable changes in the DNA sequence. When they occur within a coding region, they alter codons and can change the [amino acid sequence](/blog/guides/amino-acid-sequence) of the protein. The consequences depend on the type of mutation and its position within the codon.

### Types of Mutations

Point mutations are changes in a single nucleotide. They fall into three categories:

- **Silent mutations**: The nucleotide change does not alter the amino acid because of degeneracy. For example, changing the codon GAA to GAG still encodes glutamic acid. Silent mutations were once considered harmless, but they can affect mRNA stability, splicing, or translation efficiency by changing codon usage.
- **Missense mutations**: The nucleotide change alters the amino acid. For example, the sickle cell mutation changes the sixth codon of the β-globin gene from GAG (glutamic acid) to GTG (valine). This single amino acid substitution causes hemoglobin to polymerize under low oxygen conditions, distorting red blood cells into a sickle shape.
- **Nonsense mutations**: The nucleotide change creates a premature [Stop Codon](/knowledge/molecular-biology/stop-codon). For example, a change from CAG (glutamine) to UAG (stop) truncates the protein. Nonsense mutations often cause severe disease because the truncated protein is nonfunctional and the mRNA is often degraded by nonsense-mediated decay.

Frameshift mutations are insertions or deletions of one or two nucleotides that are not multiples of three. Because codons are read in triplets, a frameshift changes the reading frame from that point onward. Every downstream codon is altered, usually producing a completely different amino acid sequence and a premature stop codon. For example, the deletion of a single nucleotide in the CFTR gene (the cause of cystic fibrosis, specifically the deletion of phenylalanine at position 508, ΔF508) is actually an in-frame deletion of three nucleotides, which removes one amino acid but preserves the reading frame. A true frameshift, such as the insertion of one nucleotide, is almost always catastrophic.

### Consequences of Mutations

The functional impact of a mutation depends on the role of the affected amino acid. A missense mutation in an enzyme's active site can abolish catalysis. A mutation in a protein's hydrophobic core can destabilize its fold. A nonsense mutation that removes the C-terminal domain can eliminate protein-protein interactions.

Some mutations are beneficial. For example, mutations in the human *CCR5* gene that introduce a premature stop codon (CCR5-Δ32) confer resistance to HIV infection because the truncated receptor is not expressed on the cell surface. This mutation is a 32-base-pair deletion that causes a frameshift, not a simple point mutation, but it illustrates how codon changes can have protective effects.

The study of mutations has practical applications. In genetic counseling, knowing the codon change allows prediction of disease severity. In cancer genomics, identifying driver mutations—those that confer a growth advantage—requires distinguishing them from passenger mutations, which are neutral. The degeneracy of the code means that many passenger mutations are silent, which helps in this classification.

## Studying Codons: Methods and Techniques

Understanding codons requires experimental methods to determine sequences, measure translation, and manipulate the code.

**DNA sequencing** is the foundational technique. Sanger sequencing, developed in 1977, reads DNA sequences by terminating chain elongation with dideoxynucleotides. Modern high-throughput sequencing (next-generation sequencing, NGS) can sequence entire genomes in a single run. By comparing the coding strand sequence to the reference genome, researchers can identify codon changes associated with disease.

**[Ribosome profiling](/knowledge/molecular-biology/ribosome-profiling)** (Ribo-seq) is a technique that captures the positions of ribosomes on mRNA at genome-wide scale. Cells are treated with cycloheximide (a translation inhibitor) to freeze ribosomes in place. The mRNA is then digested with nucleases, leaving only the ribosome-protected fragments (RPFs), typically 28–30 nucleotides long. These fragments are sequenced and mapped to the genome. The density of RPFs along a transcript reflects the rate of translation at each codon. [Ribosome profiling](/knowledge/molecular-biology/ribosome-profiling) has revealed that codon usage affects translation speed: rare codons cause ribosome pausing, which can influence protein folding and cotranslational targeting.

**Mass spectrometry** can identify mistranslation events by detecting amino acid substitutions in proteins. For example, if a tRNA is mischarged, the resulting protein will contain the wrong amino acid at specific positions. This approach has been used to quantify the error rate of translation, which is approximately 10⁻⁴ to 10⁻³ per codon in bacteria.

**Synthetic biology** allows researchers to rewrite the genetic code. In 2019, a team led by Jason Chin at the MRC Laboratory of Molecular Biology created a strain of *E. coli* with a compressed genetic code: they replaced all occurrences of two codons (UAG and UAA) with synonymous codons and then removed the release factor that recognizes UAG. This freed the UAG codon for nonstandard amino acid incorporation. Such "genomically recoded organisms" can incorporate unnatural amino acids into proteins at specific positions, enabling new chemistries.

**Codon optimization** is a biotechnological application of codon usage bias. When expressing a human gene in *E. coli*, researchers often redesign the coding sequence to use codons that are abundant in the host. This can increase protein yield by 10- to 100-fold because the translation machinery is not starved for rare tRNAs. Commercial gene synthesis companies offer codon optimization as a standard service.

## Common Misconceptions and Pitfalls

Students and even practicing researchers frequently stumble on several points.

**Confusing codons with anticodons.** A codon is on the mRNA; an anticodon is on the tRNA. The codon is read 5′ to 3′; the anticodon is antiparallel, so it is written 3′ to 5′ when pairing. The [Codon Anticodon](/knowledge/molecular-biology/codon-anticodon) relationship is complementary, not identical. A common error is to write the anticodon as the same sequence as the codon, which is incorrect.

**Thinking each codon codes for a unique amino acid.** This is false. The code is degenerate. Leucine, serine, and arginine each have six codons. Only methionine and tryptophan have single codons. Degeneracy is a feature, not a bug: it buffers against mutations and allows fine-tuning of translation efficiency.

**Assuming the code is perfectly universal.** The standard code is nearly universal, but exceptions exist. In vertebrate mitochondria, for example, UGA codes for tryptophan instead of stop, and AUA codes for methionine instead of isoleucine. Some ciliates reassign UAA and UAG to glutamine. These variations are rare but important for evolutionary studies and for annotating mitochondrial genomes.

**Misreading the template strand.** When given a DNA sequence, students often translate the template strand directly. This is wrong. The mRNA is complementary to the template strand and identical to the coding strand (with U instead of T). Always identify which DNA strand is the coding strand before translating.

**Forgetting the reading frame.** A sequence of nucleotides can be read in three possible frames. The correct frame is set by the start codon. A sequence like AUGGCUAA can be read as AUG-GCU-AA (with AA incomplete) or as AUG-GCU-AAG if shifted, but only the frame starting at AUG is biologically meaningful. When analyzing sequences, always locate the start codon first.

**Assuming all codons are translated equally.** Codon usage bias means that some synonymous codons are used more frequently than others. This is not random. It reflects tRNA abundance, GC content, and selection for translational efficiency. Ignoring codon bias can lead to poor heterologous protein expression.

**Thinking stop codons are "codons for nothing."** Stop codons are active signals. They are recognized by release factors, not by tRNAs. They are essential for proper protein length. A mutation that removes a stop codon leads to a read-through product with an extended C-terminus, which can be toxic.

## Frequently Asked Questions

### What is a simple definition of a codon?

A codon is a sequence of three nucleotides in messenger RNA that specifies a single amino acid or signals the end of protein synthesis. It is the basic unit of the genetic code.

### What is a codon in biology?

In biology, a codon is the triplet of mRNA bases that the ribosome reads during translation. Each codon corresponds to one amino acid (or a stop signal) according to the genetic code. Codons are the link between the [nucleotide sequence](/knowledge/molecular-biology/nucleotide-sequence) of a gene and the amino acid sequence of a protein.

### How many codons are there?

There are 64 possible codons, because there are four nucleotides and each codon is three bases long (4³ = 64). Of these, 61 encode amino acids and 3 are stop codons. The start codon, AUG, also encodes methionine.

### What is the difference between a codon and an anticodon?

A codon is a triplet on mRNA. An anticodon is a triplet on tRNA that is complementary to the codon. The anticodon pairs with the codon during translation, ensuring that the correct amino acid is added to the growing polypeptide chain. The codon is read 5′ to 3′; the anticodon pairs antiparallel, so it is written 3′ to 5′.

### Why is the genetic code degenerate?

The genetic code is degenerate because most amino acids are encoded by more than one codon. This is due to wobble pairing at the third base of the codon, which allows a single tRNA to recognize multiple codons. Degeneracy reduces the harmful effects of point mutations and allows organisms to fine-tune translation efficiency through codon usage bias.

### What are start and stop codons?

The start codon is AUG, which encodes methionine and initiates translation. Stop codons are UAA, UAG, and UGA, which do not encode amino acids but signal the ribosome to terminate translation and release the polypeptide. Start and stop codons define the boundaries of the coding sequence.

### Do all organisms use the same codons?

Most organisms use the standard genetic code, but there are exceptions. Mitochondrial genomes and some ciliates have altered codon assignments. For example, in vertebrate mitochondria, UGA encodes tryptophan instead of stop. These variations are rare but demonstrate that the code is not absolutely universal.

## Key Takeaways

- A codon is a three-nucleotide sequence on mRNA that specifies an amino acid or a stop signal during protein synthesis.
- The genetic code has 64 codons: 61 encode amino acids, 3 are stop codons, and AUG serves as both the start codon and the codon for methionine.
- The code is degenerate: most amino acids are encoded by multiple codons, which buffers against mutations and allows translational regulation.
- Codons are read by the ribosome in the 5′ to 3′ direction, with tRNAs carrying anticodons that pair to the codons and deliver the correct amino acids.
- Mutations that change codons—silent, missense, nonsense, or frameshift—can have effects ranging from no change to complete loss of protein function.
- The genetic code is nearly universal, but mitochondrial and ciliate variations exist, and synthetic biology has created organisms with altered codes.
- Techniques such as DNA sequencing, ribosome profiling, and codon optimization are essential for studying and exploiting codon function.

## Related Clinical & Scientific Guides

* [MAPK Pathway: Mechanism, Function, and Clinical Relevance](/knowledge/molecular-biology/mapk-pathway)
* [Mammalian Cell Culture Bioreactors: A Practical Guide](/knowledge/molecular-biology/mammalian-cell-culture-bioreactor)
* [Nucleotide Formation: Biosynthesis and Assembly of DNA/RNA Building Blocks](/knowledge/molecular-biology/nucleotide-formation)