COLOR #00D12B

HEX: #00D12B
RGB: (0,209,43)

Color info

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

RGB color model

#00D12B color RGB value is (0,209,43).

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

RGB channels and saturation

R 0 of 255 = 0%
G 209 of 255 = 82%
B 43 of 255 = 17%

0
209
43

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

Portions of RGB colors in percentages

R + G + B =
0 + 209 + 43 = 252 (100%)
R 0 of 252 ~ 0%
G 209 of 252 ~ 82.94%
B 43 of 252 ~ 17.06%

%82.94
%17.06

CMYK color model

#00D12B color CMYK value is (100,0,79,18).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 79.43%
  • key color value is 18.04%
CMYK:
(100,0,79,18)
C100M0Y79K18 
(100%,0%,79%,18%)
(1.00/0.00/0.79/0.18)	

CMYK percentages

%100
%0
%79.43
%18.04

Codes

Color #00D12B in popluar color models

00D12B
RGB020943
HSL132°100.00%40.98%
HSB/HSV132°100.00%81.96%
CMYK100.00%0.00%79.43%
18.04%

Color #00D12B in popluar number systems.

HEX00D12B
Decimal020943
Binary011010001101011
Octal032153

Shades and tints

Shades of #00D12B

#00D12B
(0,209,43)
#00BE28
(0,190,40)
#00AB25
(0,171,37)
#009822
(0,152,34)
#00851F
(0,133,31)
#00721C
(0,114,28)
#005F19
(0,95,25)
#004C16
(0,76,22)
#003913
(0,57,19)
#002610
(0,38,16)
#00130D
(0,19,13)
#000000
(0,0,0)

Tints of #00D12B

#00D12B
(0,209,43)
#17D53E
(23,213,62)
#2ED951
(46,217,81)
#45DD64
(69,221,100)
#5CE177
(92,225,119)
#73E58A
(115,229,138)
#8AE99D
(138,233,157)
#A1EDB0
(161,237,176)
#B8F1C3
(184,241,195)
#CFF5D6
(207,245,214)
#E6F9E9
(230,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00D12B; }

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

This text font color is #00D12B.


Background Color

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

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

This div background color is #00D12B.


Border color

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

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

This div border color is #00D12B.


Opacity

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

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

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

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

This text has shadow with #00D12B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D12B on black background.


Color preview on white background

This text has color #00D12B on white background.



Black color preview on #00D12B background

This text has black color on #00D12B background.


White color preview on #00D12B background

This text has white color on #00D12B background.