COLOR #0BC35D

HEX: #0BC35D
RGB: (11,195,93)

Color info

#0BC35D contains mainly green color. Web safe color of #0BC35D is #00CC66 (or #0C6).

RGB color model

#0BC35D color RGB value is (11,195,93).

  • red value is 11;
  • green value is 195;
  • blue value is 93.
RGB:
(11,195,93)
(4%,76%,36%)

RGB channels and saturation

R 11 of 255 = 4%
G 195 of 255 = 76%
B 93 of 255 = 36%

11
195
93

R + G + B ~ 39%. #0BC35D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 195 + 93 = 299 (100%)
R 11 of 299 ~ 3.68%
G 195 of 299 ~ 65.22%
B 93 of 299 ~ 31.1%

%65.22
%31.1

CMYK color model

#0BC35D color CMYK value is (94,0,52,24).

  • cyan value is 94.36%
  • magenta value is 0.00%
  • yellow value is 52.31%
  • key color value is 23.53%
CMYK:
(94,0,52,24)
C94M0Y52K24 
(94%,0%,52%,24%)
(0.94/0.00/0.52/0.24)	

CMYK percentages

%94.36
%0
%52.31
%23.53

Codes

Color #0BC35D in popluar color models

0BC35D
RGB1119593
HSL147°89.32%40.39%
HSB/HSV147°94.36%76.47%
CMYK94.36%0.00%52.31%
23.53%

Color #0BC35D in popluar number systems.

HEX0BC35D
Decimal1119593
Binary1011110000111011101
Octal13303135

Shades and tints

Shades of #0BC35D

#0BC35D
(11,195,93)
#0AB255
(10,178,85)
#09A14D
(9,161,77)
#089045
(8,144,69)
#077F3D
(7,127,61)
#066E35
(6,110,53)
#055D2D
(5,93,45)
#044C25
(4,76,37)
#033B1D
(3,59,29)
#022A15
(2,42,21)
#01190D
(1,25,13)
#000000
(0,0,0)

Tints of #0BC35D

#0BC35D
(11,195,93)
#21C86B
(33,200,107)
#37CD79
(55,205,121)
#4DD287
(77,210,135)
#63D795
(99,215,149)
#79DCA3
(121,220,163)
#8FE1B1
(143,225,177)
#A5E6BF
(165,230,191)
#BBEBCD
(187,235,205)
#D1F0DB
(209,240,219)
#E7F5E9
(231,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BC35D color. Also use rgb(11,195,93) instead hex code.

Text Font Color

.myTextColor { color: #0BC35D; }

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

This text font color is #0BC35D.


Background Color

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

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

This div background color is #0BC35D.


Border color

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

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

This div border color is #0BC35D.


Opacity

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

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

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

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

This text has shadow with #0BC35D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BC35D on black background.


Color preview on white background

This text has color #0BC35D on white background.



Black color preview on #0BC35D background

This text has black color on #0BC35D background.


White color preview on #0BC35D background

This text has white color on #0BC35D background.