COLOR #4EDD34

HEX: #4EDD34
RGB: (78,221,52)

Color info

#4EDD34 contains mainly green color. Web safe color of #4EDD34 is #66CC33 (or #6C3).

RGB color model

#4EDD34 color RGB value is (78,221,52).

  • red value is 78;
  • green value is 221;
  • blue value is 52.
RGB:
(78,221,52)
(31%,87%,20%)

RGB channels and saturation

R 78 of 255 = 31%
G 221 of 255 = 87%
B 52 of 255 = 20%

78
221
52

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

Portions of RGB colors in percentages

R + G + B =
78 + 221 + 52 = 351 (100%)
R 78 of 351 ~ 22.22%
G 221 of 351 ~ 62.96%
B 52 of 351 ~ 14.81%

%22.22
%62.96
%14.81

CMYK color model

#4EDD34 color CMYK value is (65,0,76,13).

  • cyan value is 64.71%
  • magenta value is 0.00%
  • yellow value is 76.47%
  • key color value is 13.33%
CMYK:
(65,0,76,13)
C65M0Y76K13 
(65%,0%,76%,13%)
(0.65/0.00/0.76/0.13)	

CMYK percentages

%64.71
%0
%76.47
%13.33

Codes

Color #4EDD34 in popluar color models

4EDD34
RGB7822152
HSL111°71.31%53.53%
HSB/HSV111°76.47%86.67%
CMYK64.71%0.00%76.47%
13.33%

Color #4EDD34 in popluar number systems.

HEX4EDD34
Decimal7822152
Binary100111011011101110100
Octal11633564

Shades and tints

Shades of #4EDD34

#4EDD34
(78,221,52)
#47C930
(71,201,48)
#40B52C
(64,181,44)
#39A128
(57,161,40)
#328D24
(50,141,36)
#2B7920
(43,121,32)
#24651C
(36,101,28)
#1D5118
(29,81,24)
#163D14
(22,61,20)
#0F2910
(15,41,16)
#08150C
(8,21,12)
#000000
(0,0,0)

Tints of #4EDD34

#4EDD34
(78,221,52)
#5EE046
(94,224,70)
#6EE358
(110,227,88)
#7EE66A
(126,230,106)
#8EE97C
(142,233,124)
#9EEC8E
(158,236,142)
#AEEFA0
(174,239,160)
#BEF2B2
(190,242,178)
#CEF5C4
(206,245,196)
#DEF8D6
(222,248,214)
#EEFBE8
(238,251,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EDD34 color. Also use rgb(78,221,52) instead hex code.

Text Font Color

.myTextColor { color: #4EDD34; }

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

This text font color is #4EDD34.


Background Color

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

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

This div background color is #4EDD34.


Border color

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

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

This div border color is #4EDD34.


Opacity

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

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

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

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

This text has shadow with #4EDD34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EDD34 on black background.


Color preview on white background

This text has color #4EDD34 on white background.



Black color preview on #4EDD34 background

This text has black color on #4EDD34 background.


White color preview on #4EDD34 background

This text has white color on #4EDD34 background.