COLOR #00CD2B

HEX: #00CD2B
RGB: (0,205,43)

Color info

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

RGB color model

#00CD2B color RGB value is (0,205,43).

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

RGB channels and saturation

R 0 of 255 = 0%
G 205 of 255 = 80%
B 43 of 255 = 17%

0
205
43

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

Portions of RGB colors in percentages

R + G + B =
0 + 205 + 43 = 248 (100%)
R 0 of 248 ~ 0%
G 205 of 248 ~ 82.66%
B 43 of 248 ~ 17.34%

%82.66
%17.34

CMYK color model

#00CD2B color CMYK value is (100,0,79,20).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 79.02%
  • key color value is 19.61%
CMYK:
(100,0,79,20)
C100M0Y79K20 
(100%,0%,79%,20%)
(1.00/0.00/0.79/0.20)	

CMYK percentages

%100
%0
%79.02
%19.61

Codes

Color #00CD2B in popluar color models

00CD2B
RGB020543
HSL133°100.00%40.20%
HSB/HSV133°100.00%80.39%
CMYK100.00%0.00%79.02%
19.61%

Color #00CD2B in popluar number systems.

HEX00CD2B
Decimal020543
Binary011001101101011
Octal031553

Shades and tints

Shades of #00CD2B

#00CD2B
(0,205,43)
#00BB28
(0,187,40)
#00A925
(0,169,37)
#009722
(0,151,34)
#00851F
(0,133,31)
#00731C
(0,115,28)
#006119
(0,97,25)
#004F16
(0,79,22)
#003D13
(0,61,19)
#002B10
(0,43,16)
#00190D
(0,25,13)
#000000
(0,0,0)

Tints of #00CD2B

#00CD2B
(0,205,43)
#17D13E
(23,209,62)
#2ED551
(46,213,81)
#45D964
(69,217,100)
#5CDD77
(92,221,119)
#73E18A
(115,225,138)
#8AE59D
(138,229,157)
#A1E9B0
(161,233,176)
#B8EDC3
(184,237,195)
#CFF1D6
(207,241,214)
#E6F5E9
(230,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00CD2B; }

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

This text font color is #00CD2B.


Background Color

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

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

This div background color is #00CD2B.


Border color

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

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

This div border color is #00CD2B.


Opacity

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

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

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

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

This text has shadow with #00CD2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00CD2B on black background.


Color preview on white background

This text has color #00CD2B on white background.



Black color preview on #00CD2B background

This text has black color on #00CD2B background.


White color preview on #00CD2B background

This text has white color on #00CD2B background.