COLOR #4ED920

HEX: #4ED920
RGB: (78,217,32)

Color info

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

RGB color model

#4ED920 color RGB value is (78,217,32).

  • red value is 78;
  • green value is 217;
  • blue value is 32.
RGB:
(78,217,32)
(31%,85%,13%)

RGB channels and saturation

R 78 of 255 = 31%
G 217 of 255 = 85%
B 32 of 255 = 13%

78
217
32

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

Portions of RGB colors in percentages

R + G + B =
78 + 217 + 32 = 327 (100%)
R 78 of 327 ~ 23.85%
G 217 of 327 ~ 66.36%
B 32 of 327 ~ 9.79%

%23.85
%66.36
%9.79

CMYK color model

#4ED920 color CMYK value is (64,0,85,15).

  • cyan value is 64.06%
  • magenta value is 0.00%
  • yellow value is 85.25%
  • key color value is 14.90%
CMYK:
(64,0,85,15)
C64M0Y85K15 
(64%,0%,85%,15%)
(0.64/0.00/0.85/0.15)	

CMYK percentages

%64.06
%0
%85.25
%14.9

Codes

Color #4ED920 in popluar color models

4ED920
RGB7821732
HSL105°74.30%48.82%
HSB/HSV105°85.25%85.10%
CMYK64.06%0.00%85.25%
14.90%

Color #4ED920 in popluar number systems.

HEX4ED920
Decimal7821732
Binary100111011011001100000
Octal11633140

Shades and tints

Shades of #4ED920

#4ED920
(78,217,32)
#47C61E
(71,198,30)
#40B31C
(64,179,28)
#39A01A
(57,160,26)
#328D18
(50,141,24)
#2B7A16
(43,122,22)
#246714
(36,103,20)
#1D5412
(29,84,18)
#164110
(22,65,16)
#0F2E0E
(15,46,14)
#081B0C
(8,27,12)
#000000
(0,0,0)

Tints of #4ED920

#4ED920
(78,217,32)
#5EDC34
(94,220,52)
#6EDF48
(110,223,72)
#7EE25C
(126,226,92)
#8EE570
(142,229,112)
#9EE884
(158,232,132)
#AEEB98
(174,235,152)
#BEEEAC
(190,238,172)
#CEF1C0
(206,241,192)
#DEF4D4
(222,244,212)
#EEF7E8
(238,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ED920 color. Also use rgb(78,217,32) instead hex code.

Text Font Color

.myTextColor { color: #4ED920; }

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

This text font color is #4ED920.


Background Color

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

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

This div background color is #4ED920.


Border color

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

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

This div border color is #4ED920.


Opacity

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

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

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

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

This text has shadow with #4ED920 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ED920 on black background.


Color preview on white background

This text has color #4ED920 on white background.



Black color preview on #4ED920 background

This text has black color on #4ED920 background.


White color preview on #4ED920 background

This text has white color on #4ED920 background.