COLOR #0DDE02

HEX: #0DDE02
RGB: (13,222,2)

Color info

#0DDE02 contains mainly green color. Web safe color of #0DDE02 is #00CC00 (or #0C0).

RGB color model

#0DDE02 color RGB value is (13,222,2).

  • red value is 13;
  • green value is 222;
  • blue value is 2.
RGB:
(13,222,2)
(5%,87%,1%)

RGB channels and saturation

R 13 of 255 = 5%
G 222 of 255 = 87%
B 2 of 255 = 1%

13
222
2

R + G + B ~ 31%. #0DDE02 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
13 + 222 + 2 = 237 (100%)
R 13 of 237 ~ 5.49%
G 222 of 237 ~ 93.67%
B 2 of 237 ~ 0.84%

%93.67

CMYK color model

#0DDE02 color CMYK value is (94,0,99,13).

  • cyan value is 94.14%
  • magenta value is 0.00%
  • yellow value is 99.10%
  • key color value is 12.94%
CMYK:
(94,0,99,13)
C94M0Y99K13 
(94%,0%,99%,13%)
(0.94/0.00/0.99/0.13)	

CMYK percentages

%94.14
%0
%99.1
%12.94

Codes

Color #0DDE02 in popluar color models

0DDE02
RGB132222
HSL117°98.21%43.92%
HSB/HSV117°99.10%87.06%
CMYK94.14%0.00%99.10%
12.94%

Color #0DDE02 in popluar number systems.

HEX0DDE02
Decimal132222
Binary11011101111010
Octal153362

Shades and tints

Shades of #0DDE02

#0DDE02
(13,222,2)
#0CCA02
(12,202,2)
#0BB602
(11,182,2)
#0AA202
(10,162,2)
#098E02
(9,142,2)
#087A02
(8,122,2)
#076602
(7,102,2)
#065202
(6,82,2)
#053E02
(5,62,2)
#042A02
(4,42,2)
#031602
(3,22,2)
#000000
(0,0,0)

Tints of #0DDE02

#0DDE02
(13,222,2)
#23E119
(35,225,25)
#39E430
(57,228,48)
#4FE747
(79,231,71)
#65EA5E
(101,234,94)
#7BED75
(123,237,117)
#91F08C
(145,240,140)
#A7F3A3
(167,243,163)
#BDF6BA
(189,246,186)
#D3F9D1
(211,249,209)
#E9FCE8
(233,252,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DDE02 color. Also use rgb(13,222,2) instead hex code.

Text Font Color

.myTextColor { color: #0DDE02; }

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

This text font color is #0DDE02.


Background Color

.myBgColor { background-color: #0DDE02; }

<div style="background-color:#0DDE02">Inner text</div>

This div background color is #0DDE02.


Border color

.myBorderColor { border: 1px solid #0DDE02; }

<div style="border:3px solid #0DDE02">Div</div>

This div border color is #0DDE02.


Opacity

.myOpacity80 { color: #0DDE02; opacity: 0.8; }

<p style="color:#0DDE02;opacity:0.8;">80%</p>

Text with #0DDE02 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 #0DDE02;}

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

This text has shadow with #0DDE02 color.

.textShadow {text-shadow: 3px 3px 1px #0DDE02, 3px 3px 1px red;}

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

This text has shadow with #0DDE02 primary color and red secondary color.


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

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

This text has shadow with #0DDE02 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DDE02 on black background.


Color preview on white background

This text has color #0DDE02 on white background.



Black color preview on #0DDE02 background

This text has black color on #0DDE02 background.


White color preview on #0DDE02 background

This text has white color on #0DDE02 background.