COLOR #71E600

HEX: #71E600
RGB: (113,230,0)

Color info

#71E600 contains mainly green color. Web safe color of #71E600 is #66CC00 (or #6C0).

RGB color model

#71E600 color RGB value is (113,230,0).

  • red value is 113;
  • green value is 230;
  • blue value is 0.
RGB:
(113,230,0)
(44%,90%,0%)

RGB channels and saturation

R 113 of 255 = 44%
G 230 of 255 = 90%
B 0 of 255 = 0%

113
230
0

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

Portions of RGB colors in percentages

R + G + B =
113 + 230 + 0 = 343 (100%)
R 113 of 343 ~ 32.94%
G 230 of 343 ~ 67.06%
B 0 of 343 ~ 0%

%32.94
%67.06

CMYK color model

#71E600 color CMYK value is (51,0,100,10).

  • cyan value is 50.87%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 9.80%
CMYK:
(51,0,100,10)
C51M0Y100K10 
(51%,0%,100%,10%)
(0.51/0.00/1.00/0.10)	

CMYK percentages

%50.87
%0
%100
%9.8

Codes

Color #71E600 in popluar color models

71E600
RGB1132300
HSL91°100.00%45.10%
HSB/HSV91°100.00%90.20%
CMYK50.87%0.00%100.00%
9.80%

Color #71E600 in popluar number systems.

HEX71E600
Decimal1132300
Binary1110001111001100
Octal1613460

Shades and tints

Shades of #71E600

#71E600
(113,230,0)
#67D200
(103,210,0)
#5DBE00
(93,190,0)
#53AA00
(83,170,0)
#499600
(73,150,0)
#3F8200
(63,130,0)
#356E00
(53,110,0)
#2B5A00
(43,90,0)
#214600
(33,70,0)
#173200
(23,50,0)
#0D1E00
(13,30,0)
#000000
(0,0,0)

Tints of #71E600

#71E600
(113,230,0)
#7DE817
(125,232,23)
#89EA2E
(137,234,46)
#95EC45
(149,236,69)
#A1EE5C
(161,238,92)
#ADF073
(173,240,115)
#B9F28A
(185,242,138)
#C5F4A1
(197,244,161)
#D1F6B8
(209,246,184)
#DDF8CF
(221,248,207)
#E9FAE6
(233,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E600 color. Also use rgb(113,230,0) instead hex code.

Text Font Color

.myTextColor { color: #71E600; }

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

This text font color is #71E600.


Background Color

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

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

This div background color is #71E600.


Border color

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

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

This div border color is #71E600.


Opacity

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

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

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

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

This text has shadow with #71E600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E600 on black background.


Color preview on white background

This text has color #71E600 on white background.



Black color preview on #71E600 background

This text has black color on #71E600 background.


White color preview on #71E600 background

This text has white color on #71E600 background.