COLOR #71EE15

HEX: #71EE15
RGB: (113,238,21)

Color info

#71EE15 contains mainly green color. Web safe color of #71EE15 is #66FF00 (or #6F0).

RGB color model

#71EE15 color RGB value is (113,238,21).

  • red value is 113;
  • green value is 238;
  • blue value is 21.
RGB:
(113,238,21)
(44%,93%,8%)

RGB channels and saturation

R 113 of 255 = 44%
G 238 of 255 = 93%
B 21 of 255 = 8%

113
238
21

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

Portions of RGB colors in percentages

R + G + B =
113 + 238 + 21 = 372 (100%)
R 113 of 372 ~ 30.38%
G 238 of 372 ~ 63.98%
B 21 of 372 ~ 5.65%

%30.38
%63.98

CMYK color model

#71EE15 color CMYK value is (53,0,91,7).

  • cyan value is 52.52%
  • magenta value is 0.00%
  • yellow value is 91.18%
  • key color value is 6.67%
CMYK:
(53,0,91,7)
C53M0Y91K7 
(53%,0%,91%,7%)
(0.53/0.00/0.91/0.07)	

CMYK percentages

%52.52
%0
%91.18
%6.67

Codes

Color #71EE15 in popluar color models

71EE15
RGB11323821
HSL95°86.45%50.78%
HSB/HSV95°91.18%93.33%
CMYK52.52%0.00%91.18%
6.67%

Color #71EE15 in popluar number systems.

HEX71EE15
Decimal11323821
Binary11100011110111010101
Octal16135625

Shades and tints

Shades of #71EE15

#71EE15
(113,238,21)
#67D914
(103,217,20)
#5DC413
(93,196,19)
#53AF12
(83,175,18)
#499A11
(73,154,17)
#3F8510
(63,133,16)
#35700F
(53,112,15)
#2B5B0E
(43,91,14)
#21460D
(33,70,13)
#17310C
(23,49,12)
#0D1C0B
(13,28,11)
#000000
(0,0,0)

Tints of #71EE15

#71EE15
(113,238,21)
#7DEF2A
(125,239,42)
#89F03F
(137,240,63)
#95F154
(149,241,84)
#A1F269
(161,242,105)
#ADF37E
(173,243,126)
#B9F493
(185,244,147)
#C5F5A8
(197,245,168)
#D1F6BD
(209,246,189)
#DDF7D2
(221,247,210)
#E9F8E7
(233,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71EE15 color. Also use rgb(113,238,21) instead hex code.

Text Font Color

.myTextColor { color: #71EE15; }

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

This text font color is #71EE15.


Background Color

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

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

This div background color is #71EE15.


Border color

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

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

This div border color is #71EE15.


Opacity

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

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

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

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

This text has shadow with #71EE15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71EE15 on black background.


Color preview on white background

This text has color #71EE15 on white background.



Black color preview on #71EE15 background

This text has black color on #71EE15 background.


White color preview on #71EE15 background

This text has white color on #71EE15 background.