COLOR #00D33A

HEX: #00D33A RGB: (0,211,58)

Color info

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

RGB color model

#00D33A color RGB value is (0,211,58).

RGB: (0,211,58) (0%, 83%, 23%)

RGB channels and saturation

R 0 of 255 = 0%
G 211 of 255 = 83%
B 58 of 255 = 23%

0
211
58

R + G + B ~ 35%. #00D33A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 211 + 58 = 269 (100%)
R 0 of 269 ~ 0%
G 211 of 269 ~ 78.44%
B 58 of 269 ~ 21.56'%

%78.44
%21.56

CMYK color model

#00D33A color CMYK value is (100,0,73,17).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 72.51%
  • key color value is 17.25%

CMYK: (100,0,73,17)
C100M0Y73K17 (100%, 0%, 73%, 17%)
(1.00 / 0.00 / 0.73 / 0.17)

CMYK percentages

%100
%0
%72.51
%17.25

Codes

Color #00D33A in popluar color models

00 D3 3A
RGB 0 211 58
HSL 136° 100.00% 41.37%
HSB/HSV 136° 100.00% 82.75%
CMYK 100.00% 0.00% 72.51%
17.25%

Color #00D33A in popluar number systems.

HEX 00 D3 3A
Decimal 0 211 58
Binary 0 11010011 111010
Octal 0 323 72

Shades and tints

Shades of #00D33A

#00D33A
(0,211,58)
#00C035
(0,192,53)
#00AD30
(0,173,48)
#009A2B
(0,154,43)
#008726
(0,135,38)
#007421
(0,116,33)
#00611C
(0,97,28)
#004E17
(0,78,23)
#003B12
(0,59,18)
#00280D
(0,40,13)
#001508
(0,21,8)
#000000
(0,0,0)

Tints of #00D33A

#00D33A
(0,211,58)
#17D74B
(23,215,75)
#2EDB5C
(46,219,92)
#45DF6D
(69,223,109)
#5CE37E
(92,227,126)
#73E78F
(115,231,143)
#8AEBA0
(138,235,160)
#A1EFB1
(161,239,177)
#B8F3C2
(184,243,194)
#CFF7D3
(207,247,211)
#E6FBE4
(230,251,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00D33A; }

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

This text font color is #00D33A.

Background Color

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

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

This div background color is #00D33A.

Border color

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

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

This div border color is #00D33A.

Opacity

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

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

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

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

This text has shadow with #00D33A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #00D33A.

Preview

Color preview on black background

This text has color #00D33A on black background.


Color preview on white background

This text has color #00D33A on white background.


Black color preview on #00D33A background

This text has black color on #00D33A background.


White color preview on #00D33A background

This text has white color on #00D33A background.


Related colors

Complementary color

Complementary color for #hex is #FF2CC5.


I love getcolorcode.com

Triadic colors

1 #3A00D3 and #D33A00 with #00D33A are triadic colors.

2 #3AD300 and #D3003A with #00D33A are triadic colors.