Shipping starts at $4.29 - US only, 4–8 business days

What Two Colors to Make Green: CMYK and RGB Mixing Ratios
May 02, 2026

What Two Colors to Make Green: CMYK and RGB Mixing Ratios

The answer to what two colors make green changes depending on which color system you are working in. In traditional paint and pigment, blue and yellow are the two colors that produce green. In CMYK, the model used for physical printing, cyan and yellow combine to make green with no blue involved. In RGB, the model used for screens and digital files, green is already a primary color and requires no mixing at all. This post covers exact ratios for each model, documented values for every major green shade, and what the difference means when you are preparing files for DTG printing, screen printing, or print-on-demand.

Key Takeaways
  • In paint and pigment, blue and yellow are the two colors that make green through subtractive mixing
  • In CMYK printing, cyan and yellow make green: no blue, magenta, or black is needed for a standard process green
  • In RGB, green is a primary color with a pure value of R:0 G:255 B:0 and hex code #00FF00
  • Shade variations including olive, lime, forest, emerald, sage, and mint each have documented CMYK and RGB values
  • Mismatched color models are the most common reason a green that looks vivid on screen prints dull or flat

The Short Answer: What Two Colors Make Green?

The two colors that make green change depending on the color model. In paint, pigment, dye, and any physical mixing medium, blue and yellow are the two colors that combine to produce green. In CMYK, the four-channel system used for professional and commercial printing, cyan and yellow are the two colors that make green, and the result has no blue in it. In RGB, green does not require mixing at all because it is one of the three primary channels alongside red and blue.

Most casual color mixing guides answer only the paint question because they are written for artists and hobbyists using the traditional red-yellow-blue (RYB) color wheel. That model is useful for painting but is not a scientific model of light or ink behavior. Designers preparing files for print-on-demand platforms, DTG vendors, or commercial printers need to understand all three systems, because the color model you design in directly determines whether your green survives the journey from screen to printed garment.

Use the Color Wheel Calculator to visualize where green sits relative to its complementary and analogous colors across the full spectrum.

Physical Mixing: Blue and Yellow in Paint, Dye, and Fabric

In every pigment-based medium, including acrylic paint, oil paint, watercolor, fabric dye, and food coloring, blue and yellow are the two colors that produce green through subtractive mixing. Subtractive mixing works by absorption: blue pigment absorbs red and yellow wavelengths, yellow pigment absorbs blue and violet wavelengths, and the combination reflects only green wavelengths back to the eye.

The specific shade of green depends on which blue and which yellow you start with. A warm yellow like cadmium yellow combined with a warm blue like ultramarine produces a muted, olive-leaning green because both pigments carry red undertones that dull the result. A cool yellow like lemon yellow combined with a cool blue like phthalo blue produces a brighter, more saturated green because neither pigment introduces warm undertones to muddy the mix. For fabric dyes on natural fibers like cotton, uneven fiber absorption can shift the final green warmer than expected, which is why test swatching before a full dye batch is standard practice. Polyester requires sublimation or disperse dyes and follows a different mixing logic entirely. This variability in physical mixing is precisely why the printing industry standardized on CMYK: a documented cyan-plus-yellow ratio produces a predictable, repeatable green regardless of who operates the press.

Why the Color Model Changes the Answer

Subtractive color models, covering paint, ink, and dye, work by absorbing light wavelengths. Every pigment or ink added to the mix removes more wavelengths from the reflected light, which is why mixing all colors in paint theory moves toward black or dark brown. Additive color models, covering RGB screens and digital displays, work by emitting light. Every channel you increase adds more light to the output, which is why mixing all channels at full value in RGB produces white. Green lands in a different position in each model because of this fundamental difference in how color is created, not because the color itself changes.

What Two Primary Colors Mix Together to Make Green in CMYK

In CMYK, cyan and yellow are the two primary colors that combine to make green. No magenta and no black are needed for a standard process green. The baseline CMYK value for pure process green is C:100 M:0 Y:100 K:0. This surprises designers who expect blue to be involved, but CMYK does not use blue as a primary. Cyan is a blue-green hue that sits between blue and green on the spectrum, and when it combines with yellow, the result is a clean, fully saturated green at maximum ink coverage.

Adjusting the ratio between cyan and yellow shifts the hue predictably. Increasing cyan relative to yellow pulls the green toward teal. Increasing yellow relative to cyan pushes the green toward lime. Adding black (K) darkens the result without shifting the hue significantly. Adding small amounts of magenta desaturates the green and moves it toward olive or brown-green territory. Screen print ink manufacturers producing four-color process inks use this same logic when documenting mixing ratios for job-specific color matching.

Standard CMYK Values for Common Green Shades

Shade C M Y K Preview
Pure Process Green 100 0 100 0
Lime Green 50 0 100 0
Forest Green 91 33 100 23
Olive Green 38 20 100 45
Emerald Green 100 0 63 13
Sage Green 40 10 45 10
Mint Green 30 0 25 0
Dark Green 75 0 100 50

How to Mix Dark Green in CMYK

In CMYK, dark green is produced by increasing the K (black) value while holding the cyan and yellow ratio steady. Raising K darkens the green without shifting its hue toward teal or lime. A reliable starting point for a deep, neutral dark green is C:75 M:0 Y:100 K:50. For near-black greens, push K to 70 or above while keeping cyan dominant over yellow. Adding magenta at this stage desaturates the result and moves it toward dark olive rather than a clean dark green, so keep magenta at zero unless olive is the intended output.

Yellow-Green in CMYK

Yellow-green sits between yellow and green on the color wheel. In CMYK, you produce it by reducing cyan significantly while holding yellow at full saturation. A starting ratio of C:30 to C:40 with Y:100, M:0, K:0 lands in the yellow-green range. Dropping cyan below 30 begins crossing into chartreuse territory. Keeping cyan above 50 at full yellow moves back into standard green. The yellow-green zone is a narrow band in CMYK and shifts noticeably with small cyan adjustments, so calibrate in increments of five.

RGB Green: Values, Hex Codes, and Screen Behavior

In RGB, green is a primary color, not a mixed one. Pure green is R:0 G:255 B:0, hex code #00FF00. This is the brightest, most saturated green the standard sRGB color space can produce. Because green is a primary channel in the additive model, you do not create it by combining two other colors at the monitor level. You increase the green channel value. Reducing the green channel darkens it. Adding red shifts it toward yellow. Adding blue shifts it toward cyan.

A distinction that matters for web and print work: #00FF00 is pure or lime green, the maximum green value in sRGB. The color commonly called "web green" or "HTML green" is #008000, a darker, more muted mid-green at half the channel intensity. These two values look dramatically different on screen and translate to very different CMYK equivalents in print. Designers who reference "green" without specifying a hex value or CMYK ratio are describing a range, not a single color.

RGB Values for Common Green Shades

Shade R G B Hex Preview
Pure Green 0 255 0 #00FF00
Web Green 0 128 0 #008000
Lime Green 50 205 50 #32CD32
Forest Green 34 139 34 #228B22
Olive Green 128 128 0 #808000
Emerald Green 0 201 87 #00C957
Sage Green 143 151 121 #8F9779
Mint Green 152 255 152 #98FF98
Dark Green 0 100 0 #006400

CMYK vs RGB for Green: Print vs Screen

The RGB color space can display greens that CMYK cannot physically reproduce in print. Bright, saturated RGB greens, especially lime and neon green variants, fall outside the CMYK gamut. When a file containing an out-of-gamut green is sent to a printer, the RIP (raster image processor) shifts the color to the closest printable equivalent, which is almost always a duller, less saturated version of the original. This gamut compression is the most common reason a green that looks vivid and electric on a monitor prints flat and muted on paper or fabric.

Criteria RGB CMYK
Used for Screens, digital files Print, physical output
Green is A primary color A mix of cyan and yellow
Pure green value #00FF00  R:0 G:255 B:0 C:100 M:0 Y:100 K:0
Gamut for greens Wider, more saturated greens possible Narrower, neon greens not reproducible
File format PNG, JPEG (RGB) PDF, TIFF (CMYK)
When to convert Before sending to print vendor Not needed for screen or digital use

Soft-proofing is the standard method for previewing how an RGB green will shift when printed. In Adobe Illustrator, go to View, then Proof Colors, and select the target CMYK profile. In Photoshop, use View, then Proof Setup, then Custom, and select the output profile. This renders the file on screen as it will appear in print without permanently converting the color data.

For print-on-demand specifically: Printify and Printful both process uploaded files in sRGB. Converting your file to CMYK before uploading creates a double-conversion problem. The platform converts your CMYK file back to RGB for its internal processing, and the resulting color shift is often worse than if you had left the file in sRGB. The correct workflow for POD is to design in sRGB, soft-proof against the vendor's published color profile, and upload as sRGB. Verify your greens against the vendor's color guide before placing a bulk order.

For a full walkthrough of the sRGB to print-ready CMYK conversion process, the Master Color Mixing Guide covers every step in detail.

Green Mixing for Specific Print Methods

Screen Printing Green Ink

Screen printing for most production jobs uses spot color inks matched to Pantone references, not CMYK process mixing. The printer selects a pre-mixed ink that matches the specified Pantone color rather than building green from cyan and yellow layers on press. For standard green shades, the most referenced Pantone values are Pantone 355 C for a standard process green, Pantone 376 C for lime green, and Pantone 357 C for forest green. The two-color cyan-plus-yellow approach applies only to four-color process screen printing, which is used for photographic or full-color designs and is less common in standard garment printing.

DTG Printing and Green Color Accuracy

Direct-to-garment (DTG) printers operate in CMYK and lay down a white underbase on dark garments before printing the color layers. The underbase affects how green reads on the finished print: an insufficiently cured or thin underbase allows the garment color to bleed through, which shifts greens toward olive or brown on dark fabric. Bright lime greens on black or navy shirts are particularly vulnerable because the RGB-to-CMYK conversion for high-saturation lime already compresses the color, and any underbase inconsistency compounds the shift. For DTG work with green-dominant designs, request a physical proof before approving production. DTG output on 100% ring-spun cotton also tends to shift greens slightly warmer after washing due to fiber texture and post-cure oxidation.

Green Gatorade Dye Reference

For searchers who arrived via the specific question about Gatorade: green Gatorade uses FD&C Yellow No. 5, also known as tartrazine, and FD&C Blue No. 1, also known as brilliant blue, as the two dye components that produce its characteristic yellow-green color. This follows the same subtractive principle as blue plus yellow in paint. The two dyes are certified food colorings regulated by the FDA, and their combination ratio determines whether the result reads as lime green, yellow-green, or a more neutral mid-green depending on the formulation.

Mixing Green Shades: Ratios by Shade Family

Understanding the logic behind each shade family makes it easier to dial in a specific green without trial and error, whether you are working in CMYK for print or RGB for screen.

Olive green is a warm, desaturated green with a high black component. In CMYK, the defining characteristic is elevated K (around 40 to 50) combined with a small amount of magenta (15 to 20) that pulls the hue away from pure green toward a muted, earthy tone. The RGB equivalent carries equal red and green values with no blue, producing that distinctive warm khaki-green at #808000 . Olive appears frequently in vintage 90s bootleg aesthetics and distressed texture designs where the faded, weathered look is intentional.

Lime green is the opposite: low cyan, full yellow, no black, no magenta. In CMYK, C:50 M:0 Y:100 K:0 is the standard starting point. The high yellow dominance pushes the color toward the warm side of the green spectrum. In RGB, lime green sits at #32CD32 , noticeably darker than pure #00FF00 but significantly more saturated than web green. Lime reads as energetic and high-contrast, which suits flat vector illustration and vibrant pop art design styles.

Forest green is a balanced mid-dark green with significant black and moderate cyan. The CMYK formula at C:91 M:33 Y:100 K:23 uses magenta to cool and desaturate the result slightly, pulling it away from pure process green toward a natural, woodsy tone. In RGB, forest green at #228B22 has a classic, timeless quality that works across cottagecore botanical designs and ukiyo-e influenced print aesthetics where natural tones anchor the palette.

Emerald green is cyan-dominant with minimal black and no magenta. At C:100 M:0 Y:63 K:13 in CMYK, the reduced yellow value shifts the hue away from process green toward a richer, jewel-toned green with a slight blue-green quality. In RGB at #00C957 , emerald carries a brightness that reads as premium and saturated without crossing into lime territory. It is a strong choice for designs that need to feel bold and intentional, including minimalist line art and high-contrast emblem layouts.

Use the Color Palette Generator to build and export a full palette around any of the green values listed above.

Frequently Asked Questions

What two colors make green in paint?

In paint and other pigment-based media, blue and yellow are the two colors that make green. The mixing works through subtractive color theory: blue pigment and yellow pigment each absorb different wavelengths of light, and their combination reflects green wavelengths back to the viewer. The specific shade of green depends on which blue and yellow you use. Cool pigments (lemon yellow, phthalo blue) produce brighter greens. Warm pigments (cadmium yellow, ultramarine blue) produce more muted, olive-leaning greens.

What two primary colors mix together to make green?

In the traditional RYB (red, yellow, blue) color model used in art education, yellow and blue are the two primary colors that mix to make green. In the CMYK color model used for printing, cyan and yellow are the two primaries that produce green. In RGB, green is itself a primary color and is not produced by mixing two other primaries.

What is the CMYK formula for green?

The standard CMYK formula for pure process green is C:100 M:0 Y:100 K:0. This is 100% cyan ink combined with 100% yellow ink, with no magenta and no black. Adjusting cyan downward while keeping yellow at 100 produces lime green. Adding black produces darker greens. Adding magenta desaturates the result toward olive.

Why does my green look different on screen vs in print?

The most common cause is a gamut mismatch between RGB and CMYK. RGB screens can display more saturated greens than CMYK printing can reproduce. When a bright RGB green is converted for print, the printer shifts it to the closest printable equivalent, which is usually duller and less saturated. Soft-proof your file in Illustrator or Photoshop against your printer's CMYK profile before sending to production. For POD platforms like Printify and Printful, design in sRGB and do not manually convert to CMYK before uploading.

How do you mix dark green in CMYK?

To mix dark green in CMYK, increase the K (black) value while keeping the cyan-to-yellow ratio stable. A reliable starting point is C:75 M:0 Y:100 K:50. Raising K further produces near-black greens. Avoid adding magenta if you want a clean dark green; magenta shifts the result toward dark olive or brown-green.

What two colors are mixed to make yellow-green?

In CMYK, yellow-green is produced by combining a low cyan value with full yellow. A starting ratio of C:30 to C:40 with Y:100, M:0, K:0 lands in the yellow-green range. In paint, mixing more yellow than blue into a green mixture shifts it toward yellow-green. The key in both systems is maintaining yellow dominance while keeping the blue or cyan component low.

What hex code is green?

Pure green in hex is #00FF00, which corresponds to R:0 G:255 B:0 in RGB. This is the maximum green value in the sRGB color space. Web green, the color defined as "green" in HTML and CSS standards, is #008000, a darker mid-green at half the channel intensity. Common named greens have specific hex values: lime green is #32CD32, forest green is #228B22, and olive green is #808000.

Can you mix green in RGB?

Not in the same way you mix colors in paint or CMYK. In RGB, green is a primary color, meaning it exists as its own channel and is not produced by combining two other colors. You can create greens that trend toward yellow-green by adding red to the green channel, or toward teal and cyan by adding blue. Pure green in RGB is a single channel value, not a mixture.

Conclusion

The correct answer to what two colors make green is: it depends on your color system. Blue and yellow in paint and pigment. Cyan and yellow in CMYK for print. No mixing required in RGB because green is already a primary. Getting this right matters most when you are moving a design from a screen into a physical product, because the color model you work in determines whether your green holds or shifts during production.

For a deeper foundation on how color systems interact across the full design-to-print workflow, the Color Theory and the Color Wheel for Designers guide covers the complete framework. If your green is shifting at the point of print, Color Consistency From Screen to Print walks through the exact diagnostic and fix. And if you are looking for print-ready design files built with accurate, print-tested color values, the Ink and Pxl downloadable designs collection has files prepared for both DTG and screen print production.

0 comments

Leave a comment

Please note, comments need to be approved before they are published.