COLOR #46D14E

HEX: #46D14E
RGB: (70,209,78)

Color info

#46D14E contains mainly green color. Web safe color of #46D14E is #33CC66 (or #3C6).

RGB color model

#46D14E color RGB value is (70,209,78).

  • red value is 70;
  • green value is 209;
  • blue value is 78.
RGB:
(70,209,78)
(27%,82%,31%)

RGB channels and saturation

R 70 of 255 = 27%
G 209 of 255 = 82%
B 78 of 255 = 31%

70
209
78

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

Portions of RGB colors in percentages

R + G + B =
70 + 209 + 78 = 357 (100%)
R 70 of 357 ~ 19.61%
G 209 of 357 ~ 58.54%
B 78 of 357 ~ 21.85%

%19.61
%58.54
%21.85

CMYK color model

#46D14E color CMYK value is (67,0,63,18).

  • cyan value is 66.51%
  • magenta value is 0.00%
  • yellow value is 62.68%
  • key color value is 18.04%
CMYK:
(67,0,63,18)
C67M0Y63K18 
(67%,0%,63%,18%)
(0.67/0.00/0.63/0.18)	

CMYK percentages

%66.51
%0
%62.68
%18.04

Codes

Color #46D14E in popluar color models

46D14E
RGB7020978
HSL123°60.17%54.71%
HSB/HSV123°66.51%81.96%
CMYK66.51%0.00%62.68%
18.04%

Color #46D14E in popluar number systems.

HEX46D14E
Decimal7020978
Binary1000110110100011001110
Octal106321116

Shades and tints

Shades of #46D14E

#46D14E
(70,209,78)
#40BE47
(64,190,71)
#3AAB40
(58,171,64)
#349839
(52,152,57)
#2E8532
(46,133,50)
#28722B
(40,114,43)
#225F24
(34,95,36)
#1C4C1D
(28,76,29)
#163916
(22,57,22)
#10260F
(16,38,15)
#0A1308
(10,19,8)
#000000
(0,0,0)

Tints of #46D14E

#46D14E
(70,209,78)
#56D55E
(86,213,94)
#66D96E
(102,217,110)
#76DD7E
(118,221,126)
#86E18E
(134,225,142)
#96E59E
(150,229,158)
#A6E9AE
(166,233,174)
#B6EDBE
(182,237,190)
#C6F1CE
(198,241,206)
#D6F5DE
(214,245,222)
#E6F9EE
(230,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46D14E color. Also use rgb(70,209,78) instead hex code.

Text Font Color

.myTextColor { color: #46D14E; }

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

This text font color is #46D14E.


Background Color

.myBgColor { background-color: #46D14E; }

<div style="background-color:#46D14E">Inner text</div>

This div background color is #46D14E.


Border color

.myBorderColor { border: 1px solid #46D14E; }

<div style="border:3px solid #46D14E">Div</div>

This div border color is #46D14E.


Opacity

.myOpacity80 { color: #46D14E; opacity: 0.8; }

<p style="color:#46D14E;opacity:0.8;">80%</p>

Text with #46D14E 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 #46D14E;}

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

This text has shadow with #46D14E color.

.textShadow {text-shadow: 3px 3px 1px #46D14E, 3px 3px 1px red;}

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

This text has shadow with #46D14E primary color and red secondary color.


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

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

This text has shadow with #46D14E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46D14E on black background.


Color preview on white background

This text has color #46D14E on white background.



Black color preview on #46D14E background

This text has black color on #46D14E background.


White color preview on #46D14E background

This text has white color on #46D14E background.