COLOR #0BCA43

HEX: #0BCA43
RGB: (11,202,67)

Color info

#0BCA43 contains mainly green color. Web safe color of #0BCA43 is #00CC33 (or #0C3).

RGB color model

#0BCA43 color RGB value is (11,202,67).

  • red value is 11;
  • green value is 202;
  • blue value is 67.
RGB:
(11,202,67)
(4%,79%,26%)

RGB channels and saturation

R 11 of 255 = 4%
G 202 of 255 = 79%
B 67 of 255 = 26%

11
202
67

R + G + B ~ 36%. #0BCA43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 202 + 67 = 280 (100%)
R 11 of 280 ~ 3.93%
G 202 of 280 ~ 72.14%
B 67 of 280 ~ 23.93%

%72.14
%23.93

CMYK color model

#0BCA43 color CMYK value is (95,0,67,21).

  • cyan value is 94.55%
  • magenta value is 0.00%
  • yellow value is 66.83%
  • key color value is 20.78%
CMYK:
(95,0,67,21)
C95M0Y67K21 
(95%,0%,67%,21%)
(0.95/0.00/0.67/0.21)	

CMYK percentages

%94.55
%0
%66.83
%20.78

Codes

Color #0BCA43 in popluar color models

0BCA43
RGB1120267
HSL138°89.67%41.76%
HSB/HSV138°94.55%79.22%
CMYK94.55%0.00%66.83%
20.78%

Color #0BCA43 in popluar number systems.

HEX0BCA43
Decimal1120267
Binary1011110010101000011
Octal13312103

Shades and tints

Shades of #0BCA43

#0BCA43
(11,202,67)
#0AB83D
(10,184,61)
#09A637
(9,166,55)
#089431
(8,148,49)
#07822B
(7,130,43)
#067025
(6,112,37)
#055E1F
(5,94,31)
#044C19
(4,76,25)
#033A13
(3,58,19)
#02280D
(2,40,13)
#011607
(1,22,7)
#000000
(0,0,0)

Tints of #0BCA43

#0BCA43
(11,202,67)
#21CE54
(33,206,84)
#37D265
(55,210,101)
#4DD676
(77,214,118)
#63DA87
(99,218,135)
#79DE98
(121,222,152)
#8FE2A9
(143,226,169)
#A5E6BA
(165,230,186)
#BBEACB
(187,234,203)
#D1EEDC
(209,238,220)
#E7F2ED
(231,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BCA43 color. Also use rgb(11,202,67) instead hex code.

Text Font Color

.myTextColor { color: #0BCA43; }

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

This text font color is #0BCA43.


Background Color

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

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

This div background color is #0BCA43.


Border color

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

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

This div border color is #0BCA43.


Opacity

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

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

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

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

This text has shadow with #0BCA43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BCA43 on black background.


Color preview on white background

This text has color #0BCA43 on white background.



Black color preview on #0BCA43 background

This text has black color on #0BCA43 background.


White color preview on #0BCA43 background

This text has white color on #0BCA43 background.