COLOR #5EDE00

HEX: #5EDE00
RGB: (94,222,0)

Color info

#5EDE00 contains mainly green color. Web safe color of #5EDE00 is #66CC00 (or #6C0).

RGB color model

#5EDE00 color RGB value is (94,222,0).

  • red value is 94;
  • green value is 222;
  • blue value is 0.
RGB:
(94,222,0)
(37%,87%,0%)

RGB channels and saturation

R 94 of 255 = 37%
G 222 of 255 = 87%
B 0 of 255 = 0%

94
222
0

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

Portions of RGB colors in percentages

R + G + B =
94 + 222 + 0 = 316 (100%)
R 94 of 316 ~ 29.75%
G 222 of 316 ~ 70.25%
B 0 of 316 ~ 0%

%29.75
%70.25

CMYK color model

#5EDE00 color CMYK value is (58,0,100,13).

  • cyan value is 57.66%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 12.94%
CMYK:
(58,0,100,13)
C58M0Y100K13 
(58%,0%,100%,13%)
(0.58/0.00/1.00/0.13)	

CMYK percentages

%57.66
%0
%100
%12.94

Codes

Color #5EDE00 in popluar color models

5EDE00
RGB942220
HSL95°100.00%43.53%
HSB/HSV95°100.00%87.06%
CMYK57.66%0.00%100.00%
12.94%

Color #5EDE00 in popluar number systems.

HEX5EDE00
Decimal942220
Binary1011110110111100
Octal1363360

Shades and tints

Shades of #5EDE00

#5EDE00
(94,222,0)
#56CA00
(86,202,0)
#4EB600
(78,182,0)
#46A200
(70,162,0)
#3E8E00
(62,142,0)
#367A00
(54,122,0)
#2E6600
(46,102,0)
#265200
(38,82,0)
#1E3E00
(30,62,0)
#162A00
(22,42,0)
#0E1600
(14,22,0)
#000000
(0,0,0)

Tints of #5EDE00

#5EDE00
(94,222,0)
#6CE117
(108,225,23)
#7AE42E
(122,228,46)
#88E745
(136,231,69)
#96EA5C
(150,234,92)
#A4ED73
(164,237,115)
#B2F08A
(178,240,138)
#C0F3A1
(192,243,161)
#CEF6B8
(206,246,184)
#DCF9CF
(220,249,207)
#EAFCE6
(234,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EDE00 color. Also use rgb(94,222,0) instead hex code.

Text Font Color

.myTextColor { color: #5EDE00; }

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

This text font color is #5EDE00.


Background Color

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

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

This div background color is #5EDE00.


Border color

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

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

This div border color is #5EDE00.


Opacity

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

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

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

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

This text has shadow with #5EDE00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5EDE00 on black background.


Color preview on white background

This text has color #5EDE00 on white background.



Black color preview on #5EDE00 background

This text has black color on #5EDE00 background.


White color preview on #5EDE00 background

This text has white color on #5EDE00 background.