COLOR #0BBD07

HEX: #0BBD07
RGB: (11,189,7)

Color info

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

RGB color model

#0BBD07 color RGB value is (11,189,7).

  • red value is 11;
  • green value is 189;
  • blue value is 7.
RGB:
(11,189,7)
(4%,74%,3%)

RGB channels and saturation

R 11 of 255 = 4%
G 189 of 255 = 74%
B 7 of 255 = 3%

11
189
7

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

Portions of RGB colors in percentages

R + G + B =
11 + 189 + 7 = 207 (100%)
R 11 of 207 ~ 5.31%
G 189 of 207 ~ 91.3%
B 7 of 207 ~ 3.38%

%91.3

CMYK color model

#0BBD07 color CMYK value is (94,0,96,26).

  • cyan value is 94.18%
  • magenta value is 0.00%
  • yellow value is 96.30%
  • key color value is 25.88%
CMYK:
(94,0,96,26)
C94M0Y96K26 
(94%,0%,96%,26%)
(0.94/0.00/0.96/0.26)	

CMYK percentages

%94.18
%0
%96.3
%25.88

Codes

Color #0BBD07 in popluar color models

0BBD07
RGB111897
HSL119°92.86%38.43%
HSB/HSV119°96.30%74.12%
CMYK94.18%0.00%96.30%
25.88%

Color #0BBD07 in popluar number systems.

HEX0BBD07
Decimal111897
Binary101110111101111
Octal132757

Shades and tints

Shades of #0BBD07

#0BBD07
(11,189,7)
#0AAC07
(10,172,7)
#099B07
(9,155,7)
#088A07
(8,138,7)
#077907
(7,121,7)
#066807
(6,104,7)
#055707
(5,87,7)
#044607
(4,70,7)
#033507
(3,53,7)
#022407
(2,36,7)
#011307
(1,19,7)
#000000
(0,0,0)

Tints of #0BBD07

#0BBD07
(11,189,7)
#21C31D
(33,195,29)
#37C933
(55,201,51)
#4DCF49
(77,207,73)
#63D55F
(99,213,95)
#79DB75
(121,219,117)
#8FE18B
(143,225,139)
#A5E7A1
(165,231,161)
#BBEDB7
(187,237,183)
#D1F3CD
(209,243,205)
#E7F9E3
(231,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BBD07 color. Also use rgb(11,189,7) instead hex code.

Text Font Color

.myTextColor { color: #0BBD07; }

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

This text font color is #0BBD07.


Background Color

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

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

This div background color is #0BBD07.


Border color

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

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

This div border color is #0BBD07.


Opacity

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

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

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

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

This text has shadow with #0BBD07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BBD07 on black background.


Color preview on white background

This text has color #0BBD07 on white background.



Black color preview on #0BBD07 background

This text has black color on #0BBD07 background.


White color preview on #0BBD07 background

This text has white color on #0BBD07 background.