COLOR #00DB44

HEX: #00DB44
RGB: (0,219,68)

Color info

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

RGB color model

#00DB44 color RGB value is (0,219,68).

  • red value is 0;
  • green value is 219;
  • blue value is 68.
RGB:
(0,219,68)
(0%,86%,27%)

RGB channels and saturation

R 0 of 255 = 0%
G 219 of 255 = 86%
B 68 of 255 = 27%

0
219
68

R + G + B ~ 38%. #00DB44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 219 + 68 = 287 (100%)
R 0 of 287 ~ 0%
G 219 of 287 ~ 76.31%
B 68 of 287 ~ 23.69%

%76.31
%23.69

CMYK color model

#00DB44 color CMYK value is (100,0,69,14).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 68.95%
  • key color value is 14.12%
CMYK:
(100,0,69,14)
C100M0Y69K14 
(100%,0%,69%,14%)
(1.00/0.00/0.69/0.14)	

CMYK percentages

%100
%0
%68.95
%14.12

Codes

Color #00DB44 in popluar color models

00DB44
RGB021968
HSL139°100.00%42.94%
HSB/HSV139°100.00%85.88%
CMYK100.00%0.00%68.95%
14.12%

Color #00DB44 in popluar number systems.

HEX00DB44
Decimal021968
Binary0110110111000100
Octal0333104

Shades and tints

Shades of #00DB44

#00DB44
(0,219,68)
#00C83E
(0,200,62)
#00B538
(0,181,56)
#00A232
(0,162,50)
#008F2C
(0,143,44)
#007C26
(0,124,38)
#006920
(0,105,32)
#00561A
(0,86,26)
#004314
(0,67,20)
#00300E
(0,48,14)
#001D08
(0,29,8)
#000000
(0,0,0)

Tints of #00DB44

#00DB44
(0,219,68)
#17DE55
(23,222,85)
#2EE166
(46,225,102)
#45E477
(69,228,119)
#5CE788
(92,231,136)
#73EA99
(115,234,153)
#8AEDAA
(138,237,170)
#A1F0BB
(161,240,187)
#B8F3CC
(184,243,204)
#CFF6DD
(207,246,221)
#E6F9EE
(230,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00DB44 color. Also use rgb(0,219,68) instead hex code.

Text Font Color

.myTextColor { color: #00DB44; }

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

This text font color is #00DB44.


Background Color

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

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

This div background color is #00DB44.


Border color

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

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

This div border color is #00DB44.


Opacity

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

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

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

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

This text has shadow with #00DB44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00DB44 on black background.


Color preview on white background

This text has color #00DB44 on white background.



Black color preview on #00DB44 background

This text has black color on #00DB44 background.


White color preview on #00DB44 background

This text has white color on #00DB44 background.