COLOR #0DBB04

HEX: #0DBB04 RGB: (13,187,4)

Color info

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

RGB color model

#0DBB04 color RGB value is (13,187,4).

RGB: (13,187,4) (5%, 73%, 2%)

RGB channels and saturation

R 13 of 255 = 5%
G 187 of 255 = 73%
B 4 of 255 = 2%

13
187
4

R + G + B ~ 27%. #0DBB04 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 13 + 187 + 4 = 204 (100%)
R 13 of 204 ~ 6.37%
G 187 of 204 ~ 91.67%
B 4 of 204 ~ 1.96'%

%91.67

CMYK color model

#0DBB04 color CMYK value is (93,0,98,27).

  • cyan value is 93.05%
  • magenta value is 0.00%
  • yellow value is 97.86%
  • key color value is 26.67%

CMYK: (93,0,98,27)
C93M0Y98K27 (93%, 0%, 98%, 27%)
(0.93 / 0.00 / 0.98 / 0.27)

CMYK percentages

%93.05
%0
%97.86
%26.67

Codes

Color #0DBB04 in popluar color models

0D BB 04
RGB 13 187 4
HSL 117° 95.81% 37.45%
HSB/HSV 117° 97.86% 73.33%
CMYK 93.05% 0.00% 97.86%
26.67%

Color #0DBB04 in popluar number systems.

HEX 0D BB 04
Decimal 13 187 4
Binary 1101 10111011 100
Octal 15 273 4

Shades and tints

Shades of #0DBB04

#0DBB04
(13,187,4)
#0CAA04
(12,170,4)
#0B9904
(11,153,4)
#0A8804
(10,136,4)
#097704
(9,119,4)
#086604
(8,102,4)
#075504
(7,85,4)
#064404
(6,68,4)
#053304
(5,51,4)
#042204
(4,34,4)
#031104
(3,17,4)
#000000
(0,0,0)

Tints of #0DBB04

#0DBB04
(13,187,4)
#23C11A
(35,193,26)
#39C730
(57,199,48)
#4FCD46
(79,205,70)
#65D35C
(101,211,92)
#7BD972
(123,217,114)
#91DF88
(145,223,136)
#A7E59E
(167,229,158)
#BDEBB4
(189,235,180)
#D3F1CA
(211,241,202)
#E9F7E0
(233,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DBB04 color. Also use rgb(13,187,4) instead hex code.

Text Font Color

.myTextColor { color: #0DBB04; }

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

This text font color is #0DBB04.

Background Color

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

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

This div background color is #0DBB04.

Border color

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

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

This div border color is #0DBB04.

Opacity

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

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

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

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

This text has shadow with #0DBB04 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0DBB04.

Preview

Color preview on black background

This text has color #0DBB04 on black background.


Color preview on white background

This text has color #0DBB04 on white background.


Black color preview on #0DBB04 background

This text has black color on #0DBB04 background.


White color preview on #0DBB04 background

This text has white color on #0DBB04 background.


Related colors

Complementary color

Complementary color for #hex is #F244FB.


I love getcolorcode.com

Triadic colors

1 #040DBB and #BB040D with #0DBB04 are triadic colors.

2 #04BB0D and #BB0D04 with #0DBB04 are triadic colors.