COLOR #4ED50D

HEX: #4ED50D
RGB: (78,213,13)

Color info

#4ED50D contains mainly green color. Web safe color of #4ED50D is #66CC00 (or #6C0).

RGB color model

#4ED50D color RGB value is (78,213,13).

  • red value is 78;
  • green value is 213;
  • blue value is 13.
RGB:
(78,213,13)
(31%,84%,5%)

RGB channels and saturation

R 78 of 255 = 31%
G 213 of 255 = 84%
B 13 of 255 = 5%

78
213
13

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

Portions of RGB colors in percentages

R + G + B =
78 + 213 + 13 = 304 (100%)
R 78 of 304 ~ 25.66%
G 213 of 304 ~ 70.07%
B 13 of 304 ~ 4.28%

%25.66
%70.07

CMYK color model

#4ED50D color CMYK value is (63,0,94,16).

  • cyan value is 63.38%
  • magenta value is 0.00%
  • yellow value is 93.90%
  • key color value is 16.47%
CMYK:
(63,0,94,16)
C63M0Y94K16 
(63%,0%,94%,16%)
(0.63/0.00/0.94/0.16)	

CMYK percentages

%63.38
%0
%93.9
%16.47

Codes

Color #4ED50D in popluar color models

4ED50D
RGB7821313
HSL101°88.50%44.31%
HSB/HSV101°93.90%83.53%
CMYK63.38%0.00%93.90%
16.47%

Color #4ED50D in popluar number systems.

HEX4ED50D
Decimal7821313
Binary1001110110101011101
Octal11632515

Shades and tints

Shades of #4ED50D

#4ED50D
(78,213,13)
#47C20C
(71,194,12)
#40AF0B
(64,175,11)
#399C0A
(57,156,10)
#328909
(50,137,9)
#2B7608
(43,118,8)
#246307
(36,99,7)
#1D5006
(29,80,6)
#163D05
(22,61,5)
#0F2A04
(15,42,4)
#081703
(8,23,3)
#000000
(0,0,0)

Tints of #4ED50D

#4ED50D
(78,213,13)
#5ED823
(94,216,35)
#6EDB39
(110,219,57)
#7EDE4F
(126,222,79)
#8EE165
(142,225,101)
#9EE47B
(158,228,123)
#AEE791
(174,231,145)
#BEEAA7
(190,234,167)
#CEEDBD
(206,237,189)
#DEF0D3
(222,240,211)
#EEF3E9
(238,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ED50D color. Also use rgb(78,213,13) instead hex code.

Text Font Color

.myTextColor { color: #4ED50D; }

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

This text font color is #4ED50D.


Background Color

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

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

This div background color is #4ED50D.


Border color

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

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

This div border color is #4ED50D.


Opacity

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

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

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

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

This text has shadow with #4ED50D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ED50D on black background.


Color preview on white background

This text has color #4ED50D on white background.



Black color preview on #4ED50D background

This text has black color on #4ED50D background.


White color preview on #4ED50D background

This text has white color on #4ED50D background.