COLOR #00D32B

HEX: #00D32B
RGB: (0,211,43)

Color info

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

RGB color model

#00D32B color RGB value is (0,211,43).

  • red value is 0;
  • green value is 211;
  • blue value is 43.
RGB:
(0,211,43)
(0%,83%,17%)

RGB channels and saturation

R 0 of 255 = 0%
G 211 of 255 = 83%
B 43 of 255 = 17%

0
211
43

R + G + B ~ 33%. #00D32B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 211 + 43 = 254 (100%)
R 0 of 254 ~ 0%
G 211 of 254 ~ 83.07%
B 43 of 254 ~ 16.93%

%83.07
%16.93

CMYK color model

#00D32B color CMYK value is (100,0,80,17).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 79.62%
  • key color value is 17.25%
CMYK:
(100,0,80,17)
C100M0Y80K17 
(100%,0%,80%,17%)
(1.00/0.00/0.80/0.17)	

CMYK percentages

%100
%0
%79.62
%17.25

Codes

Color #00D32B in popluar color models

00D32B
RGB021143
HSL132°100.00%41.37%
HSB/HSV132°100.00%82.75%
CMYK100.00%0.00%79.62%
17.25%

Color #00D32B in popluar number systems.

HEX00D32B
Decimal021143
Binary011010011101011
Octal032353

Shades and tints

Shades of #00D32B

#00D32B
(0,211,43)
#00C028
(0,192,40)
#00AD25
(0,173,37)
#009A22
(0,154,34)
#00871F
(0,135,31)
#00741C
(0,116,28)
#006119
(0,97,25)
#004E16
(0,78,22)
#003B13
(0,59,19)
#002810
(0,40,16)
#00150D
(0,21,13)
#000000
(0,0,0)

Tints of #00D32B

#00D32B
(0,211,43)
#17D73E
(23,215,62)
#2EDB51
(46,219,81)
#45DF64
(69,223,100)
#5CE377
(92,227,119)
#73E78A
(115,231,138)
#8AEB9D
(138,235,157)
#A1EFB0
(161,239,176)
#B8F3C3
(184,243,195)
#CFF7D6
(207,247,214)
#E6FBE9
(230,251,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00D32B color. Also use rgb(0,211,43) instead hex code.

Text Font Color

.myTextColor { color: #00D32B; }

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

This text font color is #00D32B.


Background Color

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

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

This div background color is #00D32B.


Border color

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

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

This div border color is #00D32B.


Opacity

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

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

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

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

This text has shadow with #00D32B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D32B on black background.


Color preview on white background

This text has color #00D32B on white background.



Black color preview on #00D32B background

This text has black color on #00D32B background.


White color preview on #00D32B background

This text has white color on #00D32B background.