COLOR #4EC291

HEX: #4EC291
RGB: (78,194,145)

Color info

#4EC291 contains mainly green and blue colors. Web safe color of #4EC291 is #66CC99 (or #6C9).

RGB color model

#4EC291 color RGB value is (78,194,145).

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

RGB channels and saturation

R 78 of 255 = 31%
G 194 of 255 = 76%
B 145 of 255 = 57%

78
194
145

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

Portions of RGB colors in percentages

R + G + B =
78 + 194 + 145 = 417 (100%)
R 78 of 417 ~ 18.71%
G 194 of 417 ~ 46.52%
B 145 of 417 ~ 34.77%

%18.71
%46.52
%34.77

CMYK color model

#4EC291 color CMYK value is (60,0,25,24).

  • cyan value is 59.79%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 23.92%
CMYK:
(60,0,25,24)
C60M0Y25K24 
(60%,0%,25%,24%)
(0.60/0.00/0.25/0.24)	

CMYK percentages

%59.79
%0
%25.26
%23.92

Codes

Color #4EC291 in popluar color models

4EC291
RGB78194145
HSL155°48.74%53.33%
HSB/HSV155°59.79%76.08%
CMYK59.79%0.00%25.26%
23.92%

Color #4EC291 in popluar number systems.

HEX4EC291
Decimal78194145
Binary10011101100001010010001
Octal116302221

Shades and tints

Shades of #4EC291

#4EC291
(78,194,145)
#47B184
(71,177,132)
#40A077
(64,160,119)
#398F6A
(57,143,106)
#327E5D
(50,126,93)
#2B6D50
(43,109,80)
#245C43
(36,92,67)
#1D4B36
(29,75,54)
#163A29
(22,58,41)
#0F291C
(15,41,28)
#08180F
(8,24,15)
#000000
(0,0,0)

Tints of #4EC291

#4EC291
(78,194,145)
#5EC79B
(94,199,155)
#6ECCA5
(110,204,165)
#7ED1AF
(126,209,175)
#8ED6B9
(142,214,185)
#9EDBC3
(158,219,195)
#AEE0CD
(174,224,205)
#BEE5D7
(190,229,215)
#CEEAE1
(206,234,225)
#DEEFEB
(222,239,235)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EC291; }

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

This text font color is #4EC291.


Background Color

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

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

This div background color is #4EC291.


Border color

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

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

This div border color is #4EC291.


Opacity

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

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

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

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

This text has shadow with #4EC291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EC291 on black background.


Color preview on white background

This text has color #4EC291 on white background.



Black color preview on #4EC291 background

This text has black color on #4EC291 background.


White color preview on #4EC291 background

This text has white color on #4EC291 background.