COLOR #0BB602

HEX: #0BB602
RGB: (11,182,2)

Color info

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

RGB color model

#0BB602 color RGB value is (11,182,2).

  • red value is 11;
  • green value is 182;
  • blue value is 2.
RGB:
(11,182,2)
(4%,71%,1%)

RGB channels and saturation

R 11 of 255 = 4%
G 182 of 255 = 71%
B 2 of 255 = 1%

11
182
2

R + G + B ~ 25%. #0BB602 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 182 + 2 = 195 (100%)
R 11 of 195 ~ 5.64%
G 182 of 195 ~ 93.33%
B 2 of 195 ~ 1.03%

%93.33

CMYK color model

#0BB602 color CMYK value is (94,0,99,29).

  • cyan value is 93.96%
  • magenta value is 0.00%
  • yellow value is 98.90%
  • key color value is 28.63%
CMYK:
(94,0,99,29)
C94M0Y99K29 
(94%,0%,99%,29%)
(0.94/0.00/0.99/0.29)	

CMYK percentages

%93.96
%0
%98.9
%28.63

Codes

Color #0BB602 in popluar color models

0BB602
RGB111822
HSL117°97.83%36.08%
HSB/HSV117°98.90%71.37%
CMYK93.96%0.00%98.90%
28.63%

Color #0BB602 in popluar number systems.

HEX0BB602
Decimal111822
Binary10111011011010
Octal132662

Shades and tints

Shades of #0BB602

#0BB602
(11,182,2)
#0AA602
(10,166,2)
#099602
(9,150,2)
#088602
(8,134,2)
#077602
(7,118,2)
#066602
(6,102,2)
#055602
(5,86,2)
#044602
(4,70,2)
#033602
(3,54,2)
#022602
(2,38,2)
#011602
(1,22,2)
#000000
(0,0,0)

Tints of #0BB602

#0BB602
(11,182,2)
#21BC19
(33,188,25)
#37C230
(55,194,48)
#4DC847
(77,200,71)
#63CE5E
(99,206,94)
#79D475
(121,212,117)
#8FDA8C
(143,218,140)
#A5E0A3
(165,224,163)
#BBE6BA
(187,230,186)
#D1ECD1
(209,236,209)
#E7F2E8
(231,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BB602 color. Also use rgb(11,182,2) instead hex code.

Text Font Color

.myTextColor { color: #0BB602; }

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

This text font color is #0BB602.


Background Color

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

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

This div background color is #0BB602.


Border color

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

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

This div border color is #0BB602.


Opacity

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

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

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

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

This text has shadow with #0BB602 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BB602 on black background.


Color preview on white background

This text has color #0BB602 on white background.



Black color preview on #0BB602 background

This text has black color on #0BB602 background.


White color preview on #0BB602 background

This text has white color on #0BB602 background.