COLOR #0BE430

HEX: #0BE430
RGB: (11,228,48)

Color info

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

RGB color model

#0BE430 color RGB value is (11,228,48).

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

RGB channels and saturation

R 11 of 255 = 4%
G 228 of 255 = 89%
B 48 of 255 = 19%

11
228
48

R + G + B ~ 37%. #0BE430 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 228 + 48 = 287 (100%)
R 11 of 287 ~ 3.83%
G 228 of 287 ~ 79.44%
B 48 of 287 ~ 16.72%

%79.44
%16.72

CMYK color model

#0BE430 color CMYK value is (95,0,79,11).

  • cyan value is 95.18%
  • magenta value is 0.00%
  • yellow value is 78.95%
  • key color value is 10.59%
CMYK:
(95,0,79,11)
C95M0Y79K11 
(95%,0%,79%,11%)
(0.95/0.00/0.79/0.11)	

CMYK percentages

%95.18
%0
%78.95
%10.59

Codes

Color #0BE430 in popluar color models

0BE430
RGB1122848
HSL130°90.79%46.86%
HSB/HSV130°95.18%89.41%
CMYK95.18%0.00%78.95%
10.59%

Color #0BE430 in popluar number systems.

HEX0BE430
Decimal1122848
Binary101111100100110000
Octal1334460

Shades and tints

Shades of #0BE430

#0BE430
(11,228,48)
#0AD02C
(10,208,44)
#09BC28
(9,188,40)
#08A824
(8,168,36)
#079420
(7,148,32)
#06801C
(6,128,28)
#056C18
(5,108,24)
#045814
(4,88,20)
#034410
(3,68,16)
#02300C
(2,48,12)
#011C08
(1,28,8)
#000000
(0,0,0)

Tints of #0BE430

#0BE430
(11,228,48)
#21E642
(33,230,66)
#37E854
(55,232,84)
#4DEA66
(77,234,102)
#63EC78
(99,236,120)
#79EE8A
(121,238,138)
#8FF09C
(143,240,156)
#A5F2AE
(165,242,174)
#BBF4C0
(187,244,192)
#D1F6D2
(209,246,210)
#E7F8E4
(231,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0BE430; }

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

This text font color is #0BE430.


Background Color

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

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

This div background color is #0BE430.


Border color

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

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

This div border color is #0BE430.


Opacity

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

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

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

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

This text has shadow with #0BE430 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BE430 on black background.


Color preview on white background

This text has color #0BE430 on white background.



Black color preview on #0BE430 background

This text has black color on #0BE430 background.


White color preview on #0BE430 background

This text has white color on #0BE430 background.