COLOR #47E13E

HEX: #47E13E
RGB: (71,225,62)

Color info

#47E13E contains mainly green color. Web safe color of #47E13E is #33CC33 (or #3C3).

RGB color model

#47E13E color RGB value is (71,225,62).

  • red value is 71;
  • green value is 225;
  • blue value is 62.
RGB:
(71,225,62)
(28%,88%,24%)

RGB channels and saturation

R 71 of 255 = 28%
G 225 of 255 = 88%
B 62 of 255 = 24%

71
225
62

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

Portions of RGB colors in percentages

R + G + B =
71 + 225 + 62 = 358 (100%)
R 71 of 358 ~ 19.83%
G 225 of 358 ~ 62.85%
B 62 of 358 ~ 17.32%

%19.83
%62.85
%17.32

CMYK color model

#47E13E color CMYK value is (68,0,72,12).

  • cyan value is 68.44%
  • magenta value is 0.00%
  • yellow value is 72.44%
  • key color value is 11.76%
CMYK:
(68,0,72,12)
C68M0Y72K12 
(68%,0%,72%,12%)
(0.68/0.00/0.72/0.12)	

CMYK percentages

%68.44
%0
%72.44
%11.76

Codes

Color #47E13E in popluar color models

47E13E
RGB7122562
HSL117°73.09%56.27%
HSB/HSV117°72.44%88.24%
CMYK68.44%0.00%72.44%
11.76%

Color #47E13E in popluar number systems.

HEX47E13E
Decimal7122562
Binary100011111100001111110
Octal10734176

Shades and tints

Shades of #47E13E

#47E13E
(71,225,62)
#41CD39
(65,205,57)
#3BB934
(59,185,52)
#35A52F
(53,165,47)
#2F912A
(47,145,42)
#297D25
(41,125,37)
#236920
(35,105,32)
#1D551B
(29,85,27)
#174116
(23,65,22)
#112D11
(17,45,17)
#0B190C
(11,25,12)
#000000
(0,0,0)

Tints of #47E13E

#47E13E
(71,225,62)
#57E34F
(87,227,79)
#67E560
(103,229,96)
#77E771
(119,231,113)
#87E982
(135,233,130)
#97EB93
(151,235,147)
#A7EDA4
(167,237,164)
#B7EFB5
(183,239,181)
#C7F1C6
(199,241,198)
#D7F3D7
(215,243,215)
#E7F5E8
(231,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47E13E color. Also use rgb(71,225,62) instead hex code.

Text Font Color

.myTextColor { color: #47E13E; }

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

This text font color is #47E13E.


Background Color

.myBgColor { background-color: #47E13E; }

<div style="background-color:#47E13E">Inner text</div>

This div background color is #47E13E.


Border color

.myBorderColor { border: 1px solid #47E13E; }

<div style="border:3px solid #47E13E">Div</div>

This div border color is #47E13E.


Opacity

.myOpacity80 { color: #47E13E; opacity: 0.8; }

<p style="color:#47E13E;opacity:0.8;">80%</p>

Text with #47E13E 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 #47E13E;}

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

This text has shadow with #47E13E color.

.textShadow {text-shadow: 3px 3px 1px #47E13E, 3px 3px 1px red;}

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

This text has shadow with #47E13E primary color and red secondary color.


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

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

This text has shadow with #47E13E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47E13E on black background.


Color preview on white background

This text has color #47E13E on white background.



Black color preview on #47E13E background

This text has black color on #47E13E background.


White color preview on #47E13E background

This text has white color on #47E13E background.