COLOR #4EA52C

HEX: #4EA52C RGB: (78,165,44)

Color info

#4EA52C contains mainly green color. Web safe color of #4EA52C is #669933 (or #693).

RGB color model

#4EA52C color RGB value is (78,165,44).

RGB: (78,165,44) (31%, 65%, 17%)

RGB channels and saturation

R 78 of 255 = 31%
G 165 of 255 = 65%
B 44 of 255 = 17%

78
165
44

R + G + B ~ 38%. #4EA52C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 165 + 44 = 287 (100%)
R 78 of 287 ~ 27.18%
G 165 of 287 ~ 57.49%
B 44 of 287 ~ 15.33'%

%27.18
%57.49
%15.33

CMYK color model

#4EA52C color CMYK value is (53,0,73,35).

  • cyan value is 52.73%
  • magenta value is 0.00%
  • yellow value is 73.33%
  • key color value is 35.29%

CMYK: (53,0,73,35)
C53M0Y73K35 (53%, 0%, 73%, 35%)
(0.53 / 0.00 / 0.73 / 0.35)

CMYK percentages

%52.73
%0
%73.33
%35.29

Codes

Color #4EA52C in popluar color models

4E A5 2C
RGB 78 165 44
HSL 103° 57.89% 40.98%
HSB/HSV 103° 73.33% 64.71%
CMYK 52.73% 0.00% 73.33%
35.29%

Color #4EA52C in popluar number systems.

HEX 4E A5 2C
Decimal 78 165 44
Binary 1001110 10100101 101100
Octal 116 245 54

Shades and tints

Shades of #4EA52C

#4EA52C
(78,165,44)
#479628
(71,150,40)
#408724
(64,135,36)
#397820
(57,120,32)
#32691C
(50,105,28)
#2B5A18
(43,90,24)
#244B14
(36,75,20)
#1D3C10
(29,60,16)
#162D0C
(22,45,12)
#0F1E08
(15,30,8)
#080F04
(8,15,4)
#000000
(0,0,0)

Tints of #4EA52C

#4EA52C
(78,165,44)
#5EAD3F
(94,173,63)
#6EB552
(110,181,82)
#7EBD65
(126,189,101)
#8EC578
(142,197,120)
#9ECD8B
(158,205,139)
#AED59E
(174,213,158)
#BEDDB1
(190,221,177)
#CEE5C4
(206,229,196)
#DEEDD7
(222,237,215)
#EEF5EA
(238,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EA52C color. Also use rgb(78,165,44) instead hex code.

Text Font Color

.myTextColor { color: #4EA52C; }

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

This text font color is #4EA52C.

Background Color

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

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

This div background color is #4EA52C.

Border color

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

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

This div border color is #4EA52C.

Opacity

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

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

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

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

This text has shadow with #4EA52C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EA52C.

Preview

Color preview on black background

This text has color #4EA52C on black background.


Color preview on white background

This text has color #4EA52C on white background.


Black color preview on #4EA52C background

This text has black color on #4EA52C background.


White color preview on #4EA52C background

This text has white color on #4EA52C background.


Related colors

Complementary color

Complementary color for #hex is #B15AD3.


I love getcolorcode.com

Triadic colors

1 #2C4EA5 and #A52C4E with #4EA52C are triadic colors.

2 #2CA54E and #A54E2C with #4EA52C are triadic colors.