What is hex #ADFF2F color?

 
The hex code #ADFF2F is also know by an other name that is Green Yellow.
This color is composed of 173% red, 255% green and 47% blue. So we can say that the RGB value is (173,255,47)
You need to use it for a printer? The CMYK colors code equivalent of hex #ADFF2F is C:32 M:0 Y:82, K:0) .
In the HSV/HSB scale, #ADFF2F has a hue of 84°, 82% saturation and a brightness value of 100%.
If you want to know all about the hex #ADFF2F, you can find below others details like Web safe equivalent, closest Pantone color, closest RAL color but also others informations like grayscale equivalent according to some algorithms.
You can also find all about color palettes of hex #ADFF2F (complementary, analogous, triadic, tetradic...).

Hex #ADFF2F Color Codes & Equivalents

Color Name [Green Yellow]
RGB Values (173,255,47)
CMYK Values (32%, 0%, 82%, 0%)
HSV/HSB Values (84°, 82%, 100%)
Closest Web Safe
#99FF33
Inverse Color
#5200d0
Closest Pantone®
387 C
Closest RAL
RAL 1016 [Sulfur yellow]
Complementary Color
#812fff

#ADFF2F Converted to Grayscale Codes

Average
#9e9e9e
Lightness (Desaturation)
#979797
Weighted (BT601)
#cfcfcf
Luma (BT709)
#dfdfdf

Hex #ADFF2F Color Palettes – Complementary, Analogous, Triadic...

Complementary Palette

The complementary color of #ADFF2F is #812fff. To get this value, we need to use the RGB metrics, and take this opposite color at the end of the color wheel, so for #ADFF2F you will find #812fff. When placed next to each other, they create the strongest contrast for those two colors. Complementary colors may also be called "opposite colors". So if you need to grab attention, you should use it.

#ADFF2F #812fff

Analogous Palette

The analogous color scheme of #ADFF2F is composed with colors #FFE92F and #45FF2F. Colors are called analogous colors when they are very similar to each other. They are located to the right and left of your main color #ADFF2F with a 30° separation on the RGB color wheel. An analogous color palette is best used with either warm or cool colors, creating a look that has a certain temperature as well as proper color harmony.

#FFE92F #ADFF2F #45FF2F

Split-Complementary Palette

The split-complementary color scheme of #ADFF2F is composed with colors #E92FFF and #2F45FF. A split-complementary color palette is like an analogous palette but you will take the complementary color as base instead of your main color. This choice, however, also makes the split complementary color combinations less vibrant and eye-catching, but it's also a good choice for beginners as you can hardly go wrong.

#ADFF2F #E92FFF #2F45FF

Triadic Palette

The triadic color scheme of #ADFF2F is composed with colors #FF2FAD and #2FADFF. They are located to the right and left of your main color #ADFF2F with a 120° separation on the RGB color wheel. With it you have the maximum variation in hue and offering by the same occasion the best possible contrast when taken together.

#ADFF2F #FF2FAD #2FADFF

Tetradic Palette

The tetradic color scheme of #ADFF2F is composed with colors #2FADFF, #812FFF and #FF812F A tetradic color scheme, an outstanding variant of the twin color scheme, with an equal distance between all colors. All four colors are divided evenly around the color wheel. Like this there being no clear dominance of one color overs others. Colorful palettes create a sense of diversity, optimism and openness which are positive for a consumer brand. You can find the tetradic color scheme on big tech company logo like Google, Slack, Zoho, Microsoft, eBay for example. Fort a better result, you can also adjust saturation and brightness.

#ADFF2F #2FADFF #812FFF #FF812F

Square Palette

The square color scheme of #ADFF2F is composed with colors #2FFFE9, #812FFF and #FF2F45 To get this color, it's pretty the same method that analogous or triadic, but instead, you will take an angle of 90° on the RGB Wheel between each colors. The square palette looks a lot like the Tetradic palette but it is less dark which is nicer in my opinion.

#ADFF2F #2FFFE9 #812FFF #FF2F45

Tints, Tones & Shades of Hex #ADFF2F

Tints

Tints are created by adding white, resulting in lighter shades of #ADFF2F.

#ADFF2F #B5FF43 #BDFF57 #C5FF6C #CDFF80 #D5FF95 #DDFFA9 #E5FFBD

Tones

Tones are made by mixing with gray, softening the original color.

#ADFF2F #AAF439 #A8EA43 #A6E04D #A4D657 #A2CC61 #A0C16C #9DB776

Shades

Shades result from adding black, creating darker variations.

#ADFF2F #A4FF1A #9CFF06 #91F000 #85DC00 #79C800 #6CB300 #609F00

Hex #ADFF2F in programming languages

If you are a developer, you will find below the color codes to use according to your programming language (HTML, JAVA, Pyhton, .NET), enjoy!

HTML, CSS #ADFF2F
Java new Color(173,255,47);
Python Color(#ADFF2F)
.NET Color.FromArgb(255, 173,255,47);
Swift / iOS UIColor(red: 0.68, green: 1, blue: 0.18, alpha: 1)
Kotlin / Android Color.rgb(173, 255, 47)