COLOR #4ED66B

HEX: #4ED66B
RGB: (78,214,107)

Color info

#4ED66B contains mainly green color. Web safe color of #4ED66B is #66CC66 (or #6C6).

RGB color model

#4ED66B color RGB value is (78,214,107).

  • red value is 78;
  • green value is 214;
  • blue value is 107.
RGB:
(78,214,107)
(31%,84%,42%)

RGB channels and saturation

R 78 of 255 = 31%
G 214 of 255 = 84%
B 107 of 255 = 42%

78
214
107

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

Portions of RGB colors in percentages

R + G + B =
78 + 214 + 107 = 399 (100%)
R 78 of 399 ~ 19.55%
G 214 of 399 ~ 53.63%
B 107 of 399 ~ 26.82%

%19.55
%53.63
%26.82

CMYK color model

#4ED66B color CMYK value is (64,0,50,16).

  • cyan value is 63.55%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 16.08%
CMYK:
(64,0,50,16)
C64M0Y50K16 
(64%,0%,50%,16%)
(0.64/0.00/0.50/0.16)	

CMYK percentages

%63.55
%0
%50
%16.08

Codes

Color #4ED66B in popluar color models

4ED66B
RGB78214107
HSL133°62.39%57.25%
HSB/HSV133°63.55%83.92%
CMYK63.55%0.00%50.00%
16.08%

Color #4ED66B in popluar number systems.

HEX4ED66B
Decimal78214107
Binary1001110110101101101011
Octal116326153

Shades and tints

Shades of #4ED66B

#4ED66B
(78,214,107)
#47C362
(71,195,98)
#40B059
(64,176,89)
#399D50
(57,157,80)
#328A47
(50,138,71)
#2B773E
(43,119,62)
#246435
(36,100,53)
#1D512C
(29,81,44)
#163E23
(22,62,35)
#0F2B1A
(15,43,26)
#081811
(8,24,17)
#000000
(0,0,0)

Tints of #4ED66B

#4ED66B
(78,214,107)
#5ED978
(94,217,120)
#6EDC85
(110,220,133)
#7EDF92
(126,223,146)
#8EE29F
(142,226,159)
#9EE5AC
(158,229,172)
#AEE8B9
(174,232,185)
#BEEBC6
(190,235,198)
#CEEED3
(206,238,211)
#DEF1E0
(222,241,224)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ED66B color. Also use rgb(78,214,107) instead hex code.

Text Font Color

.myTextColor { color: #4ED66B; }

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

This text font color is #4ED66B.


Background Color

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

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

This div background color is #4ED66B.


Border color

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

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

This div border color is #4ED66B.


Opacity

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

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

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

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

This text has shadow with #4ED66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ED66B on black background.


Color preview on white background

This text has color #4ED66B on white background.



Black color preview on #4ED66B background

This text has black color on #4ED66B background.


White color preview on #4ED66B background

This text has white color on #4ED66B background.