COLOR #71E22E

HEX: #71E22E
RGB: (113,226,46)

Color info

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

RGB color model

#71E22E color RGB value is (113,226,46).

  • red value is 113;
  • green value is 226;
  • blue value is 46.
RGB:
(113,226,46)
(44%,89%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 226 of 255 = 89%
B 46 of 255 = 18%

113
226
46

R + G + B ~ 50%. #71E22E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 226 + 46 = 385 (100%)
R 113 of 385 ~ 29.35%
G 226 of 385 ~ 58.7%
B 46 of 385 ~ 11.95%

%29.35
%58.7
%11.95

CMYK color model

#71E22E color CMYK value is (50,0,80,11).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 79.65%
  • key color value is 11.37%
CMYK:
(50,0,80,11)
C50M0Y80K11 
(50%,0%,80%,11%)
(0.50/0.00/0.80/0.11)	

CMYK percentages

%50
%0
%79.65
%11.37

Codes

Color #71E22E in popluar color models

71E22E
RGB11322646
HSL98°75.63%53.33%
HSB/HSV98°79.65%88.63%
CMYK50.00%0.00%79.65%
11.37%

Color #71E22E in popluar number systems.

HEX71E22E
Decimal11322646
Binary111000111100010101110
Octal16134256

Shades and tints

Shades of #71E22E

#71E22E
(113,226,46)
#67CE2A
(103,206,42)
#5DBA26
(93,186,38)
#53A622
(83,166,34)
#49921E
(73,146,30)
#3F7E1A
(63,126,26)
#356A16
(53,106,22)
#2B5612
(43,86,18)
#21420E
(33,66,14)
#172E0A
(23,46,10)
#0D1A06
(13,26,6)
#000000
(0,0,0)

Tints of #71E22E

#71E22E
(113,226,46)
#7DE441
(125,228,65)
#89E654
(137,230,84)
#95E867
(149,232,103)
#A1EA7A
(161,234,122)
#ADEC8D
(173,236,141)
#B9EEA0
(185,238,160)
#C5F0B3
(197,240,179)
#D1F2C6
(209,242,198)
#DDF4D9
(221,244,217)
#E9F6EC
(233,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E22E color. Also use rgb(113,226,46) instead hex code.

Text Font Color

.myTextColor { color: #71E22E; }

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

This text font color is #71E22E.


Background Color

.myBgColor { background-color: #71E22E; }

<div style="background-color:#71E22E">Inner text</div>

This div background color is #71E22E.


Border color

.myBorderColor { border: 1px solid #71E22E; }

<div style="border:3px solid #71E22E">Div</div>

This div border color is #71E22E.


Opacity

.myOpacity80 { color: #71E22E; opacity: 0.8; }

<p style="color:#71E22E;opacity:0.8;">80%</p>

Text with #71E22E 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 #71E22E;}

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

This text has shadow with #71E22E color.

.textShadow {text-shadow: 3px 3px 1px #71E22E, 3px 3px 1px red;}

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

This text has shadow with #71E22E primary color and red secondary color.


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

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

This text has shadow with #71E22E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E22E on black background.


Color preview on white background

This text has color #71E22E on white background.



Black color preview on #71E22E background

This text has black color on #71E22E background.


White color preview on #71E22E background

This text has white color on #71E22E background.