COLOR #00BE27

HEX: #00BE27
RGB: (0,190,39)

Color info

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

RGB color model

#00BE27 color RGB value is (0,190,39).

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

RGB channels and saturation

R 0 of 255 = 0%
G 190 of 255 = 75%
B 39 of 255 = 15%

0
190
39

R + G + B ~ 30%. #00BE27 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 190 + 39 = 229 (100%)
R 0 of 229 ~ 0%
G 190 of 229 ~ 82.97%
B 39 of 229 ~ 17.03%

%82.97
%17.03

CMYK color model

#00BE27 color CMYK value is (100,0,79,25).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 79.47%
  • key color value is 25.49%
CMYK:
(100,0,79,25)
C100M0Y79K25 
(100%,0%,79%,25%)
(1.00/0.00/0.79/0.25)	

CMYK percentages

%100
%0
%79.47
%25.49

Codes

Color #00BE27 in popluar color models

00BE27
RGB019039
HSL132°100.00%37.25%
HSB/HSV132°100.00%74.51%
CMYK100.00%0.00%79.47%
25.49%

Color #00BE27 in popluar number systems.

HEX00BE27
Decimal019039
Binary010111110100111
Octal027647

Shades and tints

Shades of #00BE27

#00BE27
(0,190,39)
#00AD24
(0,173,36)
#009C21
(0,156,33)
#008B1E
(0,139,30)
#007A1B
(0,122,27)
#006918
(0,105,24)
#005815
(0,88,21)
#004712
(0,71,18)
#00360F
(0,54,15)
#00250C
(0,37,12)
#001409
(0,20,9)
#000000
(0,0,0)

Tints of #00BE27

#00BE27
(0,190,39)
#17C33A
(23,195,58)
#2EC84D
(46,200,77)
#45CD60
(69,205,96)
#5CD273
(92,210,115)
#73D786
(115,215,134)
#8ADC99
(138,220,153)
#A1E1AC
(161,225,172)
#B8E6BF
(184,230,191)
#CFEBD2
(207,235,210)
#E6F0E5
(230,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00BE27; }

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

This text font color is #00BE27.


Background Color

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

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

This div background color is #00BE27.


Border color

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

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

This div border color is #00BE27.


Opacity

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

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

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

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

This text has shadow with #00BE27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BE27 on black background.


Color preview on white background

This text has color #00BE27 on white background.



Black color preview on #00BE27 background

This text has black color on #00BE27 background.


White color preview on #00BE27 background

This text has white color on #00BE27 background.