COLOR #0BEB52

HEX: #0BEB52
RGB: (11,235,82)

Color info

#0BEB52 contains mainly green color. Web safe color of #0BEB52 is #00FF66 (or #0F6).

RGB color model

#0BEB52 color RGB value is (11,235,82).

  • red value is 11;
  • green value is 235;
  • blue value is 82.
RGB:
(11,235,82)
(4%,92%,32%)

RGB channels and saturation

R 11 of 255 = 4%
G 235 of 255 = 92%
B 82 of 255 = 32%

11
235
82

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

Portions of RGB colors in percentages

R + G + B =
11 + 235 + 82 = 328 (100%)
R 11 of 328 ~ 3.35%
G 235 of 328 ~ 71.65%
B 82 of 328 ~ 25%

%71.65
%25

CMYK color model

#0BEB52 color CMYK value is (95,0,65,8).

  • cyan value is 95.32%
  • magenta value is 0.00%
  • yellow value is 65.11%
  • key color value is 7.84%
CMYK:
(95,0,65,8)
C95M0Y65K8 
(95%,0%,65%,8%)
(0.95/0.00/0.65/0.08)	

CMYK percentages

%95.32
%0
%65.11
%7.84

Codes

Color #0BEB52 in popluar color models

0BEB52
RGB1123582
HSL139°91.06%48.24%
HSB/HSV139°95.32%92.16%
CMYK95.32%0.00%65.11%
7.84%

Color #0BEB52 in popluar number systems.

HEX0BEB52
Decimal1123582
Binary1011111010111010010
Octal13353122

Shades and tints

Shades of #0BEB52

#0BEB52
(11,235,82)
#0AD64B
(10,214,75)
#09C144
(9,193,68)
#08AC3D
(8,172,61)
#079736
(7,151,54)
#06822F
(6,130,47)
#056D28
(5,109,40)
#045821
(4,88,33)
#03431A
(3,67,26)
#022E13
(2,46,19)
#01190C
(1,25,12)
#000000
(0,0,0)

Tints of #0BEB52

#0BEB52
(11,235,82)
#21EC61
(33,236,97)
#37ED70
(55,237,112)
#4DEE7F
(77,238,127)
#63EF8E
(99,239,142)
#79F09D
(121,240,157)
#8FF1AC
(143,241,172)
#A5F2BB
(165,242,187)
#BBF3CA
(187,243,202)
#D1F4D9
(209,244,217)
#E7F5E8
(231,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BEB52 color. Also use rgb(11,235,82) instead hex code.

Text Font Color

.myTextColor { color: #0BEB52; }

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

This text font color is #0BEB52.


Background Color

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

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

This div background color is #0BEB52.


Border color

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

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

This div border color is #0BEB52.


Opacity

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

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

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

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

This text has shadow with #0BEB52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BEB52 on black background.


Color preview on white background

This text has color #0BEB52 on white background.



Black color preview on #0BEB52 background

This text has black color on #0BEB52 background.


White color preview on #0BEB52 background

This text has white color on #0BEB52 background.