COLOR #71FC0E

HEX: #71FC0E
RGB: (113,252,14)

Color info

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

RGB color model

#71FC0E color RGB value is (113,252,14).

  • red value is 113;
  • green value is 252;
  • blue value is 14.
RGB:
(113,252,14)
(44%,99%,5%)

RGB channels and saturation

R 113 of 255 = 44%
G 252 of 255 = 99%
B 14 of 255 = 5%

113
252
14

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

Portions of RGB colors in percentages

R + G + B =
113 + 252 + 14 = 379 (100%)
R 113 of 379 ~ 29.82%
G 252 of 379 ~ 66.49%
B 14 of 379 ~ 3.69%

%29.82
%66.49

CMYK color model

#71FC0E color CMYK value is (55,0,94,1).

  • cyan value is 55.16%
  • magenta value is 0.00%
  • yellow value is 94.44%
  • key color value is 1.18%
CMYK:
(55,0,94,1)
C55M0Y94K1 
(55%,0%,94%,1%)
(0.55/0.00/0.94/0.01)	

CMYK percentages

%55.16
%0
%94.44
%1.18

Codes

Color #71FC0E in popluar color models

71FC0E
RGB11325214
HSL95°97.54%52.16%
HSB/HSV95°94.44%98.82%
CMYK55.16%0.00%94.44%
1.18%

Color #71FC0E in popluar number systems.

HEX71FC0E
Decimal11325214
Binary1110001111111001110
Octal16137416

Shades and tints

Shades of #71FC0E

#71FC0E
(113,252,14)
#67E60D
(103,230,13)
#5DD00C
(93,208,12)
#53BA0B
(83,186,11)
#49A40A
(73,164,10)
#3F8E09
(63,142,9)
#357808
(53,120,8)
#2B6207
(43,98,7)
#214C06
(33,76,6)
#173605
(23,54,5)
#0D2004
(13,32,4)
#000000
(0,0,0)

Tints of #71FC0E

#71FC0E
(113,252,14)
#7DFC23
(125,252,35)
#89FC38
(137,252,56)
#95FC4D
(149,252,77)
#A1FC62
(161,252,98)
#ADFC77
(173,252,119)
#B9FC8C
(185,252,140)
#C5FCA1
(197,252,161)
#D1FCB6
(209,252,182)
#DDFCCB
(221,252,203)
#E9FCE0
(233,252,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71FC0E color. Also use rgb(113,252,14) instead hex code.

Text Font Color

.myTextColor { color: #71FC0E; }

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

This text font color is #71FC0E.


Background Color

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

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

This div background color is #71FC0E.


Border color

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

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

This div border color is #71FC0E.


Opacity

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

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

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

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

This text has shadow with #71FC0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71FC0E on black background.


Color preview on white background

This text has color #71FC0E on white background.



Black color preview on #71FC0E background

This text has black color on #71FC0E background.


White color preview on #71FC0E background

This text has white color on #71FC0E background.