COLOR #71F203

HEX: #71F203
RGB: (113,242,3)

Color info

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

RGB color model

#71F203 color RGB value is (113,242,3).

  • red value is 113;
  • green value is 242;
  • blue value is 3.
RGB:
(113,242,3)
(44%,95%,1%)

RGB channels and saturation

R 113 of 255 = 44%
G 242 of 255 = 95%
B 3 of 255 = 1%

113
242
3

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

Portions of RGB colors in percentages

R + G + B =
113 + 242 + 3 = 358 (100%)
R 113 of 358 ~ 31.56%
G 242 of 358 ~ 67.6%
B 3 of 358 ~ 0.84%

%31.56
%67.6

CMYK color model

#71F203 color CMYK value is (53,0,99,5).

  • cyan value is 53.31%
  • magenta value is 0.00%
  • yellow value is 98.76%
  • key color value is 5.10%
CMYK:
(53,0,99,5)
C53M0Y99K5 
(53%,0%,99%,5%)
(0.53/0.00/0.99/0.05)	

CMYK percentages

%53.31
%0
%98.76
%5.1

Codes

Color #71F203 in popluar color models

71F203
RGB1132423
HSL92°97.55%48.04%
HSB/HSV92°98.76%94.90%
CMYK53.31%0.00%98.76%
5.10%

Color #71F203 in popluar number systems.

HEX71F203
Decimal1132423
Binary11100011111001011
Octal1613623

Shades and tints

Shades of #71F203

#71F203
(113,242,3)
#67DC03
(103,220,3)
#5DC603
(93,198,3)
#53B003
(83,176,3)
#499A03
(73,154,3)
#3F8403
(63,132,3)
#356E03
(53,110,3)
#2B5803
(43,88,3)
#214203
(33,66,3)
#172C03
(23,44,3)
#0D1603
(13,22,3)
#000000
(0,0,0)

Tints of #71F203

#71F203
(113,242,3)
#7DF319
(125,243,25)
#89F42F
(137,244,47)
#95F545
(149,245,69)
#A1F65B
(161,246,91)
#ADF771
(173,247,113)
#B9F887
(185,248,135)
#C5F99D
(197,249,157)
#D1FAB3
(209,250,179)
#DDFBC9
(221,251,201)
#E9FCDF
(233,252,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F203 color. Also use rgb(113,242,3) instead hex code.

Text Font Color

.myTextColor { color: #71F203; }

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

This text font color is #71F203.


Background Color

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

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

This div background color is #71F203.


Border color

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

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

This div border color is #71F203.


Opacity

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

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

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

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

This text has shadow with #71F203 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71F203 on black background.


Color preview on white background

This text has color #71F203 on white background.



Black color preview on #71F203 background

This text has black color on #71F203 background.


White color preview on #71F203 background

This text has white color on #71F203 background.