COLOR #0BE45D

HEX: #0BE45D
RGB: (11,228,93)

Color info

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

RGB color model

#0BE45D color RGB value is (11,228,93).

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

RGB channels and saturation

R 11 of 255 = 4%
G 228 of 255 = 89%
B 93 of 255 = 36%

11
228
93

R + G + B ~ 43%. #0BE45D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 228 + 93 = 332 (100%)
R 11 of 332 ~ 3.31%
G 228 of 332 ~ 68.67%
B 93 of 332 ~ 28.01%

%68.67
%28.01

CMYK color model

#0BE45D color CMYK value is (95,0,59,11).

  • cyan value is 95.18%
  • magenta value is 0.00%
  • yellow value is 59.21%
  • key color value is 10.59%
CMYK:
(95,0,59,11)
C95M0Y59K11 
(95%,0%,59%,11%)
(0.95/0.00/0.59/0.11)	

CMYK percentages

%95.18
%0
%59.21
%10.59

Codes

Color #0BE45D in popluar color models

0BE45D
RGB1122893
HSL143°90.79%46.86%
HSB/HSV143°95.18%89.41%
CMYK95.18%0.00%59.21%
10.59%

Color #0BE45D in popluar number systems.

HEX0BE45D
Decimal1122893
Binary1011111001001011101
Octal13344135

Shades and tints

Shades of #0BE45D

#0BE45D
(11,228,93)
#0AD055
(10,208,85)
#09BC4D
(9,188,77)
#08A845
(8,168,69)
#07943D
(7,148,61)
#068035
(6,128,53)
#056C2D
(5,108,45)
#045825
(4,88,37)
#03441D
(3,68,29)
#023015
(2,48,21)
#011C0D
(1,28,13)
#000000
(0,0,0)

Tints of #0BE45D

#0BE45D
(11,228,93)
#21E66B
(33,230,107)
#37E879
(55,232,121)
#4DEA87
(77,234,135)
#63EC95
(99,236,149)
#79EEA3
(121,238,163)
#8FF0B1
(143,240,177)
#A5F2BF
(165,242,191)
#BBF4CD
(187,244,205)
#D1F6DB
(209,246,219)
#E7F8E9
(231,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0BE45D; }

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

This text font color is #0BE45D.


Background Color

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

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

This div background color is #0BE45D.


Border color

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

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

This div border color is #0BE45D.


Opacity

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

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

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

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

This text has shadow with #0BE45D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BE45D on black background.


Color preview on white background

This text has color #0BE45D on white background.



Black color preview on #0BE45D background

This text has black color on #0BE45D background.


White color preview on #0BE45D background

This text has white color on #0BE45D background.