COLOR #ADFF2F

HEX: #ADFF2F RGB: (173,255,47)

Color info

Color name is GreenYellow. #ADFF2F contains mainly green color. Web safe color of #ADFF2F is #99FF33 (or #9F3).

RGB color model

#ADFF2F color RGB value is (173,255,47).

RGB: (173,255,47) (68%, 100%, 18%)

RGB channels and saturation

R 173 of 255 = 68%
G 255 of 255 = 100%
B 47 of 255 = 18%

173
255
47

R + G + B ~ 62%. #ADFF2F is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 255 + 47 = 475 (100%)
R 173 of 475 ~ 36.42%
G 255 of 475 ~ 53.68%
B 47 of 475 ~ 9.89'%

%36.42
%53.68

CMYK color model

#ADFF2F color CMYK value is (32,0,82,0).

  • cyan value is 32.16%
  • magenta value is 0.00%
  • yellow value is 81.57%
  • key color value is 0.00%

CMYK: (32,0,82,0)
C32M0Y82K0 (32%, 0%, 82%, 0%)
(0.32 / 0.00 / 0.82 / 0.00)

CMYK percentages

%32.16
%0
%81.57
%0

Codes

Color #ADFF2F in popluar color models

AD FF 2F
RGB 173 255 47
HSL 84° 100.00% 59.22%
HSB/HSV 84° 81.57% 100.00%
CMYK 32.16% 0.00% 81.57%
0.00%

Color #ADFF2F in popluar number systems.

HEX AD FF 2F
Decimal 173 255 47
Binary 10101101 11111111 101111
Octal 255 377 57

Shades and tints

Shades of #ADFF2F

#ADFF2F
(173,255,47)
#9EE82B
(158,232,43)
#8FD127
(143,209,39)
#80BA23
(128,186,35)
#71A31F
(113,163,31)
#628C1B
(98,140,27)
#537517
(83,117,23)
#445E13
(68,94,19)
#35470F
(53,71,15)
#26300B
(38,48,11)
#171907
(23,25,7)
#000000
(0,0,0)

Tints of #ADFF2F

#ADFF2F
(173,255,47)
#B4FF41
(180,255,65)
#BBFF53
(187,255,83)
#C2FF65
(194,255,101)
#C9FF77
(201,255,119)
#D0FF89
(208,255,137)
#D7FF9B
(215,255,155)
#DEFFAD
(222,255,173)
#E5FFBF
(229,255,191)
#ECFFD1
(236,255,209)
#F3FFE3
(243,255,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADFF2F color. Also use rgb(173,255,47) instead hex code.

Text Font Color

.myTextColor { color: #ADFF2F; }

<p style="color:#ADFF2F">This sample text font color is #ADFF2F.</p>

This text font color is #ADFF2F.

Background Color

.myBgColor { background-color: #ADFF2F; }

<div style="background-color:#ADFF2F">Inner text</div>

This div background color is #ADFF2F.

Border color

.myBorderColor { border: 1px solid #ADFF2F; }

<div style="border:3px solid #ADFF2F">Div</div>

This div border color is #ADFF2F.

Opacity

.myOpacity80 { color: #ADFF2F; opacity: 0.8; }

<p style="color:#ADFF2F;opacity:0.8;">80%</p>

Text with #ADFF2F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ADFF2F;}

<p style="text-shadow: 3px 3px 1px #ADFF2F">Text here.</p>

This text has shadow with #ADFF2F color.


.textShadow {text-shadow: 3px 3px 1px #ADFF2F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ADFF2F, 5px 5px 20px red">Text here.</p>

This text has shadow with #ADFF2F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ADFF2F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ADFF2F, Direction=45, Strength=4)">Text</p>

This text has shadow with #ADFF2F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ADFF2F;
-webkit-box-shadow: 1px 1px 3px 2px #ADFF2F;
box-shadow: 1px 1px 3px 2px #ADFF2F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ADFF2F; -webkit-box-shadow: 1px 1px 3px 2px #ADFF2F; box-shadow:1px 1px 3px 2px #ADFF2F;">
Div content here
</div>

This div box has shadow with color #ADFF2F.

Preview

Color preview on black background

This text has color #ADFF2F on black background.


Color preview on white background

This text has color #ADFF2F on white background.


Black color preview on #ADFF2F background

This text has black color on #ADFF2F background.


White color preview on #ADFF2F background

This text has white color on #ADFF2F background.


Related colors

Complementary color

Complementary color for #hex is #5200D0.


I love getcolorcode.com

Gradients

Color #ADFF2F is used in Green-Yellow gradient.

Green-Yellow


Triadic colors

1 #2FADFF and #FF2FAD with #ADFF2F are triadic colors.

2 #2FFFAD and #FFAD2F with #ADFF2F are triadic colors.