COLOR #4ADA3F

HEX: #4ADA3F RGB: (74,218,63)

Color info

#4ADA3F contains mainly green color. Web safe color of #4ADA3F is #33CC33 (or #3C3).

RGB color model

#4ADA3F color RGB value is (74,218,63).

RGB: (74,218,63) (29%, 85%, 25%)

RGB channels and saturation

R 74 of 255 = 29%
G 218 of 255 = 85%
B 63 of 255 = 25%

74
218
63

R + G + B ~ 46%. #4ADA3F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 218 + 63 = 355 (100%)
R 74 of 355 ~ 20.85%
G 218 of 355 ~ 61.41%
B 63 of 355 ~ 17.75'%

%20.85
%61.41
%17.75

CMYK color model

#4ADA3F color CMYK value is (66,0,71,15).

  • cyan value is 66.06%
  • magenta value is 0.00%
  • yellow value is 71.10%
  • key color value is 14.51%

CMYK: (66,0,71,15)
C66M0Y71K15 (66%, 0%, 71%, 15%)
(0.66 / 0.00 / 0.71 / 0.15)

CMYK percentages

%66.06
%0
%71.1
%14.51

Codes

Color #4ADA3F in popluar color models

4A DA 3F
RGB 74 218 63
HSL 116° 67.69% 55.10%
HSB/HSV 116° 71.10% 85.49%
CMYK 66.06% 0.00% 71.10%
14.51%

Color #4ADA3F in popluar number systems.

HEX 4A DA 3F
Decimal 74 218 63
Binary 1001010 11011010 111111
Octal 112 332 77

Shades and tints

Shades of #4ADA3F

#4ADA3F
(74,218,63)
#44C73A
(68,199,58)
#3EB435
(62,180,53)
#38A130
(56,161,48)
#328E2B
(50,142,43)
#2C7B26
(44,123,38)
#266821
(38,104,33)
#20551C
(32,85,28)
#1A4217
(26,66,23)
#142F12
(20,47,18)
#0E1C0D
(14,28,13)
#000000
(0,0,0)

Tints of #4ADA3F

#4ADA3F
(74,218,63)
#5ADD50
(90,221,80)
#6AE061
(106,224,97)
#7AE372
(122,227,114)
#8AE683
(138,230,131)
#9AE994
(154,233,148)
#AAECA5
(170,236,165)
#BAEFB6
(186,239,182)
#CAF2C7
(202,242,199)
#DAF5D8
(218,245,216)
#EAF8E9
(234,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ADA3F color. Also use rgb(74,218,63) instead hex code.

Text Font Color

.myTextColor { color: #4ADA3F; }

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

This text font color is #4ADA3F.

Background Color

.myBgColor { background-color: #4ADA3F; }

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

This div background color is #4ADA3F.

Border color

.myBorderColor { border: 1px solid #4ADA3F; }

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

This div border color is #4ADA3F.

Opacity

.myOpacity80 { color: #4ADA3F; opacity: 0.8; }

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

Text with #4ADA3F 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 #4ADA3F;}

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

This text has shadow with #4ADA3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4ADA3F.

Preview

Color preview on black background

This text has color #4ADA3F on black background.


Color preview on white background

This text has color #4ADA3F on white background.


Black color preview on #4ADA3F background

This text has black color on #4ADA3F background.


White color preview on #4ADA3F background

This text has white color on #4ADA3F background.


Related colors

Complementary color

Complementary color for #hex is #B525C0.


I love getcolorcode.com

Triadic colors

1 #3F4ADA and #DA3F4A with #4ADA3F are triadic colors.

2 #3FDA4A and #DA4A3F with #4ADA3F are triadic colors.