COLOR #71FA2D

HEX: #71FA2D
RGB: (113,250,45)

Color info

#71FA2D contains mainly green color. Web safe color of #71FA2D is #66FF33 (or #6F3).

RGB color model

#71FA2D color RGB value is (113,250,45).

  • red value is 113;
  • green value is 250;
  • blue value is 45.
RGB:
(113,250,45)
(44%,98%,18%)

RGB channels and saturation

R 113 of 255 = 44%
G 250 of 255 = 98%
B 45 of 255 = 18%

113
250
45

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

Portions of RGB colors in percentages

R + G + B =
113 + 250 + 45 = 408 (100%)
R 113 of 408 ~ 27.7%
G 250 of 408 ~ 61.27%
B 45 of 408 ~ 11.03%

%27.7
%61.27
%11.03

CMYK color model

#71FA2D color CMYK value is (55,0,82,2).

  • cyan value is 54.80%
  • magenta value is 0.00%
  • yellow value is 82.00%
  • key color value is 1.96%
CMYK:
(55,0,82,2)
C55M0Y82K2 
(55%,0%,82%,2%)
(0.55/0.00/0.82/0.02)	

CMYK percentages

%54.8
%0
%82
%1.96

Codes

Color #71FA2D in popluar color models

71FA2D
RGB11325045
HSL100°95.35%57.84%
HSB/HSV100°82.00%98.04%
CMYK54.80%0.00%82.00%
1.96%

Color #71FA2D in popluar number systems.

HEX71FA2D
Decimal11325045
Binary111000111111010101101
Octal16137255

Shades and tints

Shades of #71FA2D

#71FA2D
(113,250,45)
#67E429
(103,228,41)
#5DCE25
(93,206,37)
#53B821
(83,184,33)
#49A21D
(73,162,29)
#3F8C19
(63,140,25)
#357615
(53,118,21)
#2B6011
(43,96,17)
#214A0D
(33,74,13)
#173409
(23,52,9)
#0D1E05
(13,30,5)
#000000
(0,0,0)

Tints of #71FA2D

#71FA2D
(113,250,45)
#7DFA40
(125,250,64)
#89FA53
(137,250,83)
#95FA66
(149,250,102)
#A1FA79
(161,250,121)
#ADFA8C
(173,250,140)
#B9FA9F
(185,250,159)
#C5FAB2
(197,250,178)
#D1FAC5
(209,250,197)
#DDFAD8
(221,250,216)
#E9FAEB
(233,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71FA2D color. Also use rgb(113,250,45) instead hex code.

Text Font Color

.myTextColor { color: #71FA2D; }

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

This text font color is #71FA2D.


Background Color

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

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

This div background color is #71FA2D.


Border color

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

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

This div border color is #71FA2D.


Opacity

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

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

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

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

This text has shadow with #71FA2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71FA2D on black background.


Color preview on white background

This text has color #71FA2D on white background.



Black color preview on #71FA2D background

This text has black color on #71FA2D background.


White color preview on #71FA2D background

This text has white color on #71FA2D background.