COLOR #4EC375

HEX: #4EC375
RGB: (78,195,117)

Color info

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

RGB color model

#4EC375 color RGB value is (78,195,117).

  • red value is 78;
  • green value is 195;
  • blue value is 117.
RGB:
(78,195,117)
(31%,76%,46%)

RGB channels and saturation

R 78 of 255 = 31%
G 195 of 255 = 76%
B 117 of 255 = 46%

78
195
117

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

Portions of RGB colors in percentages

R + G + B =
78 + 195 + 117 = 390 (100%)
R 78 of 390 ~ 20%
G 195 of 390 ~ 50%
B 117 of 390 ~ 30%

%20
%50
%30

CMYK color model

#4EC375 color CMYK value is (60,0,40,24).

  • cyan value is 60.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 23.53%
CMYK:
(60,0,40,24)
C60M0Y40K24 
(60%,0%,40%,24%)
(0.60/0.00/0.40/0.24)	

CMYK percentages

%60
%0
%40
%23.53

Codes

Color #4EC375 in popluar color models

4EC375
RGB78195117
HSL140°49.37%53.53%
HSB/HSV140°60.00%76.47%
CMYK60.00%0.00%40.00%
23.53%

Color #4EC375 in popluar number systems.

HEX4EC375
Decimal78195117
Binary1001110110000111110101
Octal116303165

Shades and tints

Shades of #4EC375

#4EC375
(78,195,117)
#47B26B
(71,178,107)
#40A161
(64,161,97)
#399057
(57,144,87)
#327F4D
(50,127,77)
#2B6E43
(43,110,67)
#245D39
(36,93,57)
#1D4C2F
(29,76,47)
#163B25
(22,59,37)
#0F2A1B
(15,42,27)
#081911
(8,25,17)
#000000
(0,0,0)

Tints of #4EC375

#4EC375
(78,195,117)
#5EC881
(94,200,129)
#6ECD8D
(110,205,141)
#7ED299
(126,210,153)
#8ED7A5
(142,215,165)
#9EDCB1
(158,220,177)
#AEE1BD
(174,225,189)
#BEE6C9
(190,230,201)
#CEEBD5
(206,235,213)
#DEF0E1
(222,240,225)
#EEF5ED
(238,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EC375 color. Also use rgb(78,195,117) instead hex code.

Text Font Color

.myTextColor { color: #4EC375; }

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

This text font color is #4EC375.


Background Color

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

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

This div background color is #4EC375.


Border color

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

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

This div border color is #4EC375.


Opacity

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

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

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

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

This text has shadow with #4EC375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EC375 on black background.


Color preview on white background

This text has color #4EC375 on white background.



Black color preview on #4EC375 background

This text has black color on #4EC375 background.


White color preview on #4EC375 background

This text has white color on #4EC375 background.