COLOR #4ED360

HEX: #4ED360
RGB: (78,211,96)

Color info

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

RGB color model

#4ED360 color RGB value is (78,211,96).

  • red value is 78;
  • green value is 211;
  • blue value is 96.
RGB:
(78,211,96)
(31%,83%,38%)

RGB channels and saturation

R 78 of 255 = 31%
G 211 of 255 = 83%
B 96 of 255 = 38%

78
211
96

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

Portions of RGB colors in percentages

R + G + B =
78 + 211 + 96 = 385 (100%)
R 78 of 385 ~ 20.26%
G 211 of 385 ~ 54.81%
B 96 of 385 ~ 24.94%

%20.26
%54.81
%24.94

CMYK color model

#4ED360 color CMYK value is (63,0,55,17).

  • cyan value is 63.03%
  • magenta value is 0.00%
  • yellow value is 54.50%
  • key color value is 17.25%
CMYK:
(63,0,55,17)
C63M0Y55K17 
(63%,0%,55%,17%)
(0.63/0.00/0.55/0.17)	

CMYK percentages

%63.03
%0
%54.5
%17.25

Codes

Color #4ED360 in popluar color models

4ED360
RGB7821196
HSL128°60.18%56.67%
HSB/HSV128°63.03%82.75%
CMYK63.03%0.00%54.50%
17.25%

Color #4ED360 in popluar number systems.

HEX4ED360
Decimal7821196
Binary1001110110100111100000
Octal116323140

Shades and tints

Shades of #4ED360

#4ED360
(78,211,96)
#47C058
(71,192,88)
#40AD50
(64,173,80)
#399A48
(57,154,72)
#328740
(50,135,64)
#2B7438
(43,116,56)
#246130
(36,97,48)
#1D4E28
(29,78,40)
#163B20
(22,59,32)
#0F2818
(15,40,24)
#081510
(8,21,16)
#000000
(0,0,0)

Tints of #4ED360

#4ED360
(78,211,96)
#5ED76E
(94,215,110)
#6EDB7C
(110,219,124)
#7EDF8A
(126,223,138)
#8EE398
(142,227,152)
#9EE7A6
(158,231,166)
#AEEBB4
(174,235,180)
#BEEFC2
(190,239,194)
#CEF3D0
(206,243,208)
#DEF7DE
(222,247,222)
#EEFBEC
(238,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ED360 color. Also use rgb(78,211,96) instead hex code.

Text Font Color

.myTextColor { color: #4ED360; }

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

This text font color is #4ED360.


Background Color

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

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

This div background color is #4ED360.


Border color

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

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

This div border color is #4ED360.


Opacity

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

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

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

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

This text has shadow with #4ED360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ED360 on black background.


Color preview on white background

This text has color #4ED360 on white background.



Black color preview on #4ED360 background

This text has black color on #4ED360 background.


White color preview on #4ED360 background

This text has white color on #4ED360 background.