COLOR #00D71C

HEX: #00D71C
RGB: (0,215,28)

Color info

#00D71C contains mainly green color. Web safe color of #00D71C is #00CC33 (or #0C3).

RGB color model

#00D71C color RGB value is (0,215,28).

  • red value is 0;
  • green value is 215;
  • blue value is 28.
RGB:
(0,215,28)
(0%,84%,11%)

RGB channels and saturation

R 0 of 255 = 0%
G 215 of 255 = 84%
B 28 of 255 = 11%

0
215
28

R + G + B ~ 32%. #00D71C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 215 + 28 = 243 (100%)
R 0 of 243 ~ 0%
G 215 of 243 ~ 88.48%
B 28 of 243 ~ 11.52%

%88.48
%11.52

CMYK color model

#00D71C color CMYK value is (100,0,87,16).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 86.98%
  • key color value is 15.69%
CMYK:
(100,0,87,16)
C100M0Y87K16 
(100%,0%,87%,16%)
(1.00/0.00/0.87/0.16)	

CMYK percentages

%100
%0
%86.98
%15.69

Codes

Color #00D71C in popluar color models

00D71C
RGB021528
HSL128°100.00%42.16%
HSB/HSV128°100.00%84.31%
CMYK100.00%0.00%86.98%
15.69%

Color #00D71C in popluar number systems.

HEX00D71C
Decimal021528
Binary01101011111100
Octal032734

Shades and tints

Shades of #00D71C

#00D71C
(0,215,28)
#00C41A
(0,196,26)
#00B118
(0,177,24)
#009E16
(0,158,22)
#008B14
(0,139,20)
#007812
(0,120,18)
#006510
(0,101,16)
#00520E
(0,82,14)
#003F0C
(0,63,12)
#002C0A
(0,44,10)
#001908
(0,25,8)
#000000
(0,0,0)

Tints of #00D71C

#00D71C
(0,215,28)
#17DA30
(23,218,48)
#2EDD44
(46,221,68)
#45E058
(69,224,88)
#5CE36C
(92,227,108)
#73E680
(115,230,128)
#8AE994
(138,233,148)
#A1ECA8
(161,236,168)
#B8EFBC
(184,239,188)
#CFF2D0
(207,242,208)
#E6F5E4
(230,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00D71C color. Also use rgb(0,215,28) instead hex code.

Text Font Color

.myTextColor { color: #00D71C; }

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

This text font color is #00D71C.


Background Color

.myBgColor { background-color: #00D71C; }

<div style="background-color:#00D71C">Inner text</div>

This div background color is #00D71C.


Border color

.myBorderColor { border: 1px solid #00D71C; }

<div style="border:3px solid #00D71C">Div</div>

This div border color is #00D71C.


Opacity

.myOpacity80 { color: #00D71C; opacity: 0.8; }

<p style="color:#00D71C;opacity:0.8;">80%</p>

Text with #00D71C 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 #00D71C;}

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

This text has shadow with #00D71C color.

.textShadow {text-shadow: 3px 3px 1px #00D71C, 3px 3px 1px red;}

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

This text has shadow with #00D71C primary color and red secondary color.


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

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

This text has shadow with #00D71C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D71C on black background.


Color preview on white background

This text has color #00D71C on white background.



Black color preview on #00D71C background

This text has black color on #00D71C background.


White color preview on #00D71C background

This text has white color on #00D71C background.