COLOR #4EB45E

HEX: #4EB45E RGB: (78,180,94)

Color info

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

RGB color model

#4EB45E color RGB value is (78,180,94).

RGB: (78,180,94) (31%, 71%, 37%)

RGB channels and saturation

R 78 of 255 = 31%
G 180 of 255 = 71%
B 94 of 255 = 37%

78
180
94

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

Portions of RGB colors in percentages

R + G + B = 78 + 180 + 94 = 352 (100%)
R 78 of 352 ~ 22.16%
G 180 of 352 ~ 51.14%
B 94 of 352 ~ 26.7'%

%22.16
%51.14
%26.7

CMYK color model

#4EB45E color CMYK value is (57,0,48,29).

  • cyan value is 56.67%
  • magenta value is 0.00%
  • yellow value is 47.78%
  • key color value is 29.41%

CMYK: (57,0,48,29)
C57M0Y48K29 (57%, 0%, 48%, 29%)
(0.57 / 0.00 / 0.48 / 0.29)

CMYK percentages

%56.67
%0
%47.78
%29.41

Codes

Color #4EB45E in popluar color models

4E B4 5E
RGB 78 180 94
HSL 129° 40.48% 50.59%
HSB/HSV 129° 56.67% 70.59%
CMYK 56.67% 0.00% 47.78%
29.41%

Color #4EB45E in popluar number systems.

HEX 4E B4 5E
Decimal 78 180 94
Binary 1001110 10110100 1011110
Octal 116 264 136

Shades and tints

Shades of #4EB45E

#4EB45E
(78,180,94)
#47A456
(71,164,86)
#40944E
(64,148,78)
#398446
(57,132,70)
#32743E
(50,116,62)
#2B6436
(43,100,54)
#24542E
(36,84,46)
#1D4426
(29,68,38)
#16341E
(22,52,30)
#0F2416
(15,36,22)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #4EB45E

#4EB45E
(78,180,94)
#5EBA6C
(94,186,108)
#6EC07A
(110,192,122)
#7EC688
(126,198,136)
#8ECC96
(142,204,150)
#9ED2A4
(158,210,164)
#AED8B2
(174,216,178)
#BEDEC0
(190,222,192)
#CEE4CE
(206,228,206)
#DEEADC
(222,234,220)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EB45E color. Also use rgb(78,180,94) instead hex code.

Text Font Color

.myTextColor { color: #4EB45E; }

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

This text font color is #4EB45E.

Background Color

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

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

This div background color is #4EB45E.

Border color

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

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

This div border color is #4EB45E.

Opacity

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

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

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

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

This text has shadow with #4EB45E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EB45E.

Preview

Color preview on black background

This text has color #4EB45E on black background.


Color preview on white background

This text has color #4EB45E on white background.


Black color preview on #4EB45E background

This text has black color on #4EB45E background.


White color preview on #4EB45E background

This text has white color on #4EB45E background.


Related colors

Complementary color

Complementary color for #hex is #B14BA1.


I love getcolorcode.com

Triadic colors

1 #5E4EB4 and #B45E4E with #4EB45E are triadic colors.

2 #5EB44E and #B44E5E with #4EB45E are triadic colors.