COLOR #5EBA36

HEX: #5EBA36
RGB: (94,186,54)

Color info

#5EBA36 contains mainly green color. Web safe color of #5EBA36 is #66CC33 (or #6C3).

RGB color model

#5EBA36 color RGB value is (94,186,54).

  • red value is 94;
  • green value is 186;
  • blue value is 54.
RGB:
(94,186,54)
(37%,73%,21%)

RGB channels and saturation

R 94 of 255 = 37%
G 186 of 255 = 73%
B 54 of 255 = 21%

94
186
54

R + G + B ~ 44%. #5EBA36 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
94 + 186 + 54 = 334 (100%)
R 94 of 334 ~ 28.14%
G 186 of 334 ~ 55.69%
B 54 of 334 ~ 16.17%

%28.14
%55.69
%16.17

CMYK color model

#5EBA36 color CMYK value is (49,0,71,27).

  • cyan value is 49.46%
  • magenta value is 0.00%
  • yellow value is 70.97%
  • key color value is 27.06%
CMYK:
(49,0,71,27)
C49M0Y71K27 
(49%,0%,71%,27%)
(0.49/0.00/0.71/0.27)	

CMYK percentages

%49.46
%0
%70.97
%27.06

Codes

Color #5EBA36 in popluar color models

5EBA36
RGB9418654
HSL102°55.00%47.06%
HSB/HSV102°70.97%72.94%
CMYK49.46%0.00%70.97%
27.06%

Color #5EBA36 in popluar number systems.

HEX5EBA36
Decimal9418654
Binary101111010111010110110
Octal13627266

Shades and tints

Shades of #5EBA36

#5EBA36
(94,186,54)
#56AA32
(86,170,50)
#4E9A2E
(78,154,46)
#468A2A
(70,138,42)
#3E7A26
(62,122,38)
#366A22
(54,106,34)
#2E5A1E
(46,90,30)
#264A1A
(38,74,26)
#1E3A16
(30,58,22)
#162A12
(22,42,18)
#0E1A0E
(14,26,14)
#000000
(0,0,0)

Tints of #5EBA36

#5EBA36
(94,186,54)
#6CC048
(108,192,72)
#7AC65A
(122,198,90)
#88CC6C
(136,204,108)
#96D27E
(150,210,126)
#A4D890
(164,216,144)
#B2DEA2
(178,222,162)
#C0E4B4
(192,228,180)
#CEEAC6
(206,234,198)
#DCF0D8
(220,240,216)
#EAF6EA
(234,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EBA36 color. Also use rgb(94,186,54) instead hex code.

Text Font Color

.myTextColor { color: #5EBA36; }

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

This text font color is #5EBA36.


Background Color

.myBgColor { background-color: #5EBA36; }

<div style="background-color:#5EBA36">Inner text</div>

This div background color is #5EBA36.


Border color

.myBorderColor { border: 1px solid #5EBA36; }

<div style="border:3px solid #5EBA36">Div</div>

This div border color is #5EBA36.


Opacity

.myOpacity80 { color: #5EBA36; opacity: 0.8; }

<p style="color:#5EBA36;opacity:0.8;">80%</p>

Text with #5EBA36 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 #5EBA36;}

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

This text has shadow with #5EBA36 color.

.textShadow {text-shadow: 3px 3px 1px #5EBA36, 3px 3px 1px red;}

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

This text has shadow with #5EBA36 primary color and red secondary color.


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

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

This text has shadow with #5EBA36 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EBA36 on black background.


Color preview on white background

This text has color #5EBA36 on white background.



Black color preview on #5EBA36 background

This text has black color on #5EBA36 background.


White color preview on #5EBA36 background

This text has white color on #5EBA36 background.