COLOR #4EC26F

HEX: #4EC26F
RGB: (78,194,111)

Color info

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

RGB color model

#4EC26F color RGB value is (78,194,111).

  • red value is 78;
  • green value is 194;
  • blue value is 111.
RGB:
(78,194,111)
(31%,76%,44%)

RGB channels and saturation

R 78 of 255 = 31%
G 194 of 255 = 76%
B 111 of 255 = 44%

78
194
111

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

Portions of RGB colors in percentages

R + G + B =
78 + 194 + 111 = 383 (100%)
R 78 of 383 ~ 20.37%
G 194 of 383 ~ 50.65%
B 111 of 383 ~ 28.98%

%20.37
%50.65
%28.98

CMYK color model

#4EC26F color CMYK value is (60,0,43,24).

  • cyan value is 59.79%
  • magenta value is 0.00%
  • yellow value is 42.78%
  • key color value is 23.92%
CMYK:
(60,0,43,24)
C60M0Y43K24 
(60%,0%,43%,24%)
(0.60/0.00/0.43/0.24)	

CMYK percentages

%59.79
%0
%42.78
%23.92

Codes

Color #4EC26F in popluar color models

4EC26F
RGB78194111
HSL137°48.74%53.33%
HSB/HSV137°59.79%76.08%
CMYK59.79%0.00%42.78%
23.92%

Color #4EC26F in popluar number systems.

HEX4EC26F
Decimal78194111
Binary1001110110000101101111
Octal116302157

Shades and tints

Shades of #4EC26F

#4EC26F
(78,194,111)
#47B165
(71,177,101)
#40A05B
(64,160,91)
#398F51
(57,143,81)
#327E47
(50,126,71)
#2B6D3D
(43,109,61)
#245C33
(36,92,51)
#1D4B29
(29,75,41)
#163A1F
(22,58,31)
#0F2915
(15,41,21)
#08180B
(8,24,11)
#000000
(0,0,0)

Tints of #4EC26F

#4EC26F
(78,194,111)
#5EC77C
(94,199,124)
#6ECC89
(110,204,137)
#7ED196
(126,209,150)
#8ED6A3
(142,214,163)
#9EDBB0
(158,219,176)
#AEE0BD
(174,224,189)
#BEE5CA
(190,229,202)
#CEEAD7
(206,234,215)
#DEEFE4
(222,239,228)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EC26F color. Also use rgb(78,194,111) instead hex code.

Text Font Color

.myTextColor { color: #4EC26F; }

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

This text font color is #4EC26F.


Background Color

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

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

This div background color is #4EC26F.


Border color

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

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

This div border color is #4EC26F.


Opacity

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

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

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

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

This text has shadow with #4EC26F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EC26F on black background.


Color preview on white background

This text has color #4EC26F on white background.



Black color preview on #4EC26F background

This text has black color on #4EC26F background.


White color preview on #4EC26F background

This text has white color on #4EC26F background.