COLOR #71EB17

HEX: #71EB17
RGB: (113,235,23)

Color info

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

RGB color model

#71EB17 color RGB value is (113,235,23).

  • red value is 113;
  • green value is 235;
  • blue value is 23.
RGB:
(113,235,23)
(44%,92%,9%)

RGB channels and saturation

R 113 of 255 = 44%
G 235 of 255 = 92%
B 23 of 255 = 9%

113
235
23

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

Portions of RGB colors in percentages

R + G + B =
113 + 235 + 23 = 371 (100%)
R 113 of 371 ~ 30.46%
G 235 of 371 ~ 63.34%
B 23 of 371 ~ 6.2%

%30.46
%63.34

CMYK color model

#71EB17 color CMYK value is (52,0,90,8).

  • cyan value is 51.91%
  • magenta value is 0.00%
  • yellow value is 90.21%
  • key color value is 7.84%
CMYK:
(52,0,90,8)
C52M0Y90K8 
(52%,0%,90%,8%)
(0.52/0.00/0.90/0.08)	

CMYK percentages

%51.91
%0
%90.21
%7.84

Codes

Color #71EB17 in popluar color models

71EB17
RGB11323523
HSL95°84.13%50.59%
HSB/HSV95°90.21%92.16%
CMYK51.91%0.00%90.21%
7.84%

Color #71EB17 in popluar number systems.

HEX71EB17
Decimal11323523
Binary11100011110101110111
Octal16135327

Shades and tints

Shades of #71EB17

#71EB17
(113,235,23)
#67D615
(103,214,21)
#5DC113
(93,193,19)
#53AC11
(83,172,17)
#49970F
(73,151,15)
#3F820D
(63,130,13)
#356D0B
(53,109,11)
#2B5809
(43,88,9)
#214307
(33,67,7)
#172E05
(23,46,5)
#0D1903
(13,25,3)
#000000
(0,0,0)

Tints of #71EB17

#71EB17
(113,235,23)
#7DEC2C
(125,236,44)
#89ED41
(137,237,65)
#95EE56
(149,238,86)
#A1EF6B
(161,239,107)
#ADF080
(173,240,128)
#B9F195
(185,241,149)
#C5F2AA
(197,242,170)
#D1F3BF
(209,243,191)
#DDF4D4
(221,244,212)
#E9F5E9
(233,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71EB17 color. Also use rgb(113,235,23) instead hex code.

Text Font Color

.myTextColor { color: #71EB17; }

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

This text font color is #71EB17.


Background Color

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

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

This div background color is #71EB17.


Border color

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

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

This div border color is #71EB17.


Opacity

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

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

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

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

This text has shadow with #71EB17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71EB17 on black background.


Color preview on white background

This text has color #71EB17 on white background.



Black color preview on #71EB17 background

This text has black color on #71EB17 background.


White color preview on #71EB17 background

This text has white color on #71EB17 background.