COLOR #4ECD46

HEX: #4ECD46 RGB: (78,205,70)

Color info

#4ECD46 contains mainly green color. Web safe color of #4ECD46 is #66CC33 (or #6C3).

RGB color model

#4ECD46 color RGB value is (78,205,70).

RGB: (78,205,70) (31%, 80%, 27%)

RGB channels and saturation

R 78 of 255 = 31%
G 205 of 255 = 80%
B 70 of 255 = 27%

78
205
70

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

Portions of RGB colors in percentages

R + G + B = 78 + 205 + 70 = 353 (100%)
R 78 of 353 ~ 22.1%
G 205 of 353 ~ 58.07%
B 70 of 353 ~ 19.83'%

%22.1
%58.07
%19.83

CMYK color model

#4ECD46 color CMYK value is (62,0,66,20).

  • cyan value is 61.95%
  • magenta value is 0.00%
  • yellow value is 65.85%
  • key color value is 19.61%
CMYK: (62,0,66,20) C62M0Y66K20 (62%,0%,66%,20%) (0.62/0.00/0.66/0.20) 

CMYK percentages

%61.95
%0
%65.85
%19.61

Codes

Color #4ECD46 in popluar color models

4E CD 46
RGB 78 205 70
HSL 116° 57.45% 53.92%
HSB/HSV 116° 65.85% 80.39%
CMYK 61.95% 0.00% 65.85%
19.61%

Color #4ECD46 in popluar number systems.

HEX 4E CD 46
Decimal 78 205 70
Binary 1001110 11001101 1000110
Octal 116 315 106

Shades and tints

Shades of #4ECD46

#4ECD46
(78,205,70)
#47BB40
(71,187,64)
#40A93A
(64,169,58)
#399734
(57,151,52)
#32852E
(50,133,46)
#2B7328
(43,115,40)
#246122
(36,97,34)
#1D4F1C
(29,79,28)
#163D16
(22,61,22)
#0F2B10
(15,43,16)
#08190A
(8,25,10)
#000000
(0,0,0)

Tints of #4ECD46

#4ECD46
(78,205,70)
#5ED156
(94,209,86)
#6ED566
(110,213,102)
#7ED976
(126,217,118)
#8EDD86
(142,221,134)
#9EE196
(158,225,150)
#AEE5A6
(174,229,166)
#BEE9B6
(190,233,182)
#CEEDC6
(206,237,198)
#DEF1D6
(222,241,214)
#EEF5E6
(238,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ECD46 color. Also use rgb(78,205,70) instead hex code.

Text Font Color

.myTextColor { color: #4ECD46; }

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

This text font color is #4ECD46.

Background Color

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

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

This div background color is #4ECD46.

Border color

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

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

This div border color is #4ECD46.

Opacity

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

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

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

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

This text has shadow with #4ECD46 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4ECD46.

Preview

Color preview on black background

This text has color #4ECD46 on black background.


Color preview on white background

This text has color #4ECD46 on white background.


Black color preview on #4ECD46 background

This text has black color on #4ECD46 background.


White color preview on #4ECD46 background

This text has white color on #4ECD46 background.


Related colors

Complementary color

Complementary color for #hex is #B132B9.


I love getcolorcode.com

Triadic colors

1 #464ECD and #CD464E with #4ECD46 are triadic colors.

2 #46CD4E and #CD4E46 with #4ECD46 are triadic colors.