COLOR #4AD839

HEX: #4AD839 RGB: (74,216,57)

Color info

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

RGB color model

#4AD839 color RGB value is (74,216,57).

RGB: (74,216,57) (29%, 85%, 22%)

RGB channels and saturation

R 74 of 255 = 29%
G 216 of 255 = 85%
B 57 of 255 = 22%

74
216
57

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

Portions of RGB colors in percentages

R + G + B = 74 + 216 + 57 = 347 (100%)
R 74 of 347 ~ 21.33%
G 216 of 347 ~ 62.25%
B 57 of 347 ~ 16.43'%

%21.33
%62.25
%16.43

CMYK color model

#4AD839 color CMYK value is (66,0,74,15).

  • cyan value is 65.74%
  • magenta value is 0.00%
  • yellow value is 73.61%
  • key color value is 15.29%

CMYK: (66,0,74,15)
C66M0Y74K15 (66%, 0%, 74%, 15%)
(0.66 / 0.00 / 0.74 / 0.15)

CMYK percentages

%65.74
%0
%73.61
%15.29

Codes

Color #4AD839 in popluar color models

4A D8 39
RGB 74 216 57
HSL 114° 67.09% 53.53%
HSB/HSV 114° 73.61% 84.71%
CMYK 65.74% 0.00% 73.61%
15.29%

Color #4AD839 in popluar number systems.

HEX 4A D8 39
Decimal 74 216 57
Binary 1001010 11011000 111001
Octal 112 330 71

Shades and tints

Shades of #4AD839

#4AD839
(74,216,57)
#44C534
(68,197,52)
#3EB22F
(62,178,47)
#389F2A
(56,159,42)
#328C25
(50,140,37)
#2C7920
(44,121,32)
#26661B
(38,102,27)
#205316
(32,83,22)
#1A4011
(26,64,17)
#142D0C
(20,45,12)
#0E1A07
(14,26,7)
#000000
(0,0,0)

Tints of #4AD839

#4AD839
(74,216,57)
#5ADB4B
(90,219,75)
#6ADE5D
(106,222,93)
#7AE16F
(122,225,111)
#8AE481
(138,228,129)
#9AE793
(154,231,147)
#AAEAA5
(170,234,165)
#BAEDB7
(186,237,183)
#CAF0C9
(202,240,201)
#DAF3DB
(218,243,219)
#EAF6ED
(234,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AD839 color. Also use rgb(74,216,57) instead hex code.

Text Font Color

.myTextColor { color: #4AD839; }

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

This text font color is #4AD839.

Background Color

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

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

This div background color is #4AD839.

Border color

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

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

This div border color is #4AD839.

Opacity

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

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

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

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

This text has shadow with #4AD839 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4AD839.

Preview

Color preview on black background

This text has color #4AD839 on black background.


Color preview on white background

This text has color #4AD839 on white background.


Black color preview on #4AD839 background

This text has black color on #4AD839 background.


White color preview on #4AD839 background

This text has white color on #4AD839 background.


Related colors

Complementary color

Complementary color for #hex is #B527C6.


I love getcolorcode.com

Triadic colors

1 #394AD8 and #D8394A with #4AD839 are triadic colors.

2 #39D84A and #D84A39 with #4AD839 are triadic colors.