COLOR #00BE12

HEX: #00BE12
RGB: (0,190,18)

Color info

#00BE12 contains mainly green color. Web safe color of #00BE12 is #00CC00 (or #0C0).

RGB color model

#00BE12 color RGB value is (0,190,18).

  • red value is 0;
  • green value is 190;
  • blue value is 18.
RGB:
(0,190,18)
(0%,75%,7%)

RGB channels and saturation

R 0 of 255 = 0%
G 190 of 255 = 75%
B 18 of 255 = 7%

0
190
18

R + G + B ~ 27%. #00BE12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 190 + 18 = 208 (100%)
R 0 of 208 ~ 0%
G 190 of 208 ~ 91.35%
B 18 of 208 ~ 8.65%

%91.35

CMYK color model

#00BE12 color CMYK value is (100,0,91,25).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 90.53%
  • key color value is 25.49%
CMYK:
(100,0,91,25)
C100M0Y91K25 
(100%,0%,91%,25%)
(1.00/0.00/0.91/0.25)	

CMYK percentages

%100
%0
%90.53
%25.49

Codes

Color #00BE12 in popluar color models

00BE12
RGB019018
HSL126°100.00%37.25%
HSB/HSV126°100.00%74.51%
CMYK100.00%0.00%90.53%
25.49%

Color #00BE12 in popluar number systems.

HEX00BE12
Decimal019018
Binary01011111010010
Octal027622

Shades and tints

Shades of #00BE12

#00BE12
(0,190,18)
#00AD11
(0,173,17)
#009C10
(0,156,16)
#008B0F
(0,139,15)
#007A0E
(0,122,14)
#00690D
(0,105,13)
#00580C
(0,88,12)
#00470B
(0,71,11)
#00360A
(0,54,10)
#002509
(0,37,9)
#001408
(0,20,8)
#000000
(0,0,0)

Tints of #00BE12

#00BE12
(0,190,18)
#17C327
(23,195,39)
#2EC83C
(46,200,60)
#45CD51
(69,205,81)
#5CD266
(92,210,102)
#73D77B
(115,215,123)
#8ADC90
(138,220,144)
#A1E1A5
(161,225,165)
#B8E6BA
(184,230,186)
#CFEBCF
(207,235,207)
#E6F0E4
(230,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BE12 color. Also use rgb(0,190,18) instead hex code.

Text Font Color

.myTextColor { color: #00BE12; }

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

This text font color is #00BE12.


Background Color

.myBgColor { background-color: #00BE12; }

<div style="background-color:#00BE12">Inner text</div>

This div background color is #00BE12.


Border color

.myBorderColor { border: 1px solid #00BE12; }

<div style="border:3px solid #00BE12">Div</div>

This div border color is #00BE12.


Opacity

.myOpacity80 { color: #00BE12; opacity: 0.8; }

<p style="color:#00BE12;opacity:0.8;">80%</p>

Text with #00BE12 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 #00BE12;}

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

This text has shadow with #00BE12 color.

.textShadow {text-shadow: 3px 3px 1px #00BE12, 3px 3px 1px red;}

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

This text has shadow with #00BE12 primary color and red secondary color.


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

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

This text has shadow with #00BE12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BE12 on black background.


Color preview on white background

This text has color #00BE12 on white background.



Black color preview on #00BE12 background

This text has black color on #00BE12 background.


White color preview on #00BE12 background

This text has white color on #00BE12 background.