COLOR #5EE42A

HEX: #5EE42A
RGB: (94,228,42)

Color info

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

RGB color model

#5EE42A color RGB value is (94,228,42).

  • red value is 94;
  • green value is 228;
  • blue value is 42.
RGB:
(94,228,42)
(37%,89%,16%)

RGB channels and saturation

R 94 of 255 = 37%
G 228 of 255 = 89%
B 42 of 255 = 16%

94
228
42

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

Portions of RGB colors in percentages

R + G + B =
94 + 228 + 42 = 364 (100%)
R 94 of 364 ~ 25.82%
G 228 of 364 ~ 62.64%
B 42 of 364 ~ 11.54%

%25.82
%62.64
%11.54

CMYK color model

#5EE42A color CMYK value is (59,0,82,11).

  • cyan value is 58.77%
  • magenta value is 0.00%
  • yellow value is 81.58%
  • key color value is 10.59%
CMYK:
(59,0,82,11)
C59M0Y82K11 
(59%,0%,82%,11%)
(0.59/0.00/0.82/0.11)	

CMYK percentages

%58.77
%0
%81.58
%10.59

Codes

Color #5EE42A in popluar color models

5EE42A
RGB9422842
HSL103°77.50%52.94%
HSB/HSV103°81.58%89.41%
CMYK58.77%0.00%81.58%
10.59%

Color #5EE42A in popluar number systems.

HEX5EE42A
Decimal9422842
Binary101111011100100101010
Octal13634452

Shades and tints

Shades of #5EE42A

#5EE42A
(94,228,42)
#56D027
(86,208,39)
#4EBC24
(78,188,36)
#46A821
(70,168,33)
#3E941E
(62,148,30)
#36801B
(54,128,27)
#2E6C18
(46,108,24)
#265815
(38,88,21)
#1E4412
(30,68,18)
#16300F
(22,48,15)
#0E1C0C
(14,28,12)
#000000
(0,0,0)

Tints of #5EE42A

#5EE42A
(94,228,42)
#6CE63D
(108,230,61)
#7AE850
(122,232,80)
#88EA63
(136,234,99)
#96EC76
(150,236,118)
#A4EE89
(164,238,137)
#B2F09C
(178,240,156)
#C0F2AF
(192,242,175)
#CEF4C2
(206,244,194)
#DCF6D5
(220,246,213)
#EAF8E8
(234,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EE42A color. Also use rgb(94,228,42) instead hex code.

Text Font Color

.myTextColor { color: #5EE42A; }

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

This text font color is #5EE42A.


Background Color

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

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

This div background color is #5EE42A.


Border color

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

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

This div border color is #5EE42A.


Opacity

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

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

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

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

This text has shadow with #5EE42A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EE42A on black background.


Color preview on white background

This text has color #5EE42A on white background.



Black color preview on #5EE42A background

This text has black color on #5EE42A background.


White color preview on #5EE42A background

This text has white color on #5EE42A background.