COLOR #E1FF37

HEX: #E1FF37
RGB: (225,255,55)

Color info

#E1FF37 contains mainly red and green colors. Web safe color of #E1FF37 is #CCFF33 (or #CF3).

RGB color model

#E1FF37 color RGB value is (225,255,55).

  • red value is 225;
  • green value is 255;
  • blue value is 55.
RGB:
(225,255,55)
(88%,100%,22%)

RGB channels and saturation

R 225 of 255 = 88%
G 255 of 255 = 100%
B 55 of 255 = 22%

225
255
55

R + G + B ~ 70%. #E1FF37 is quite light color.

Portions of RGB colors in percentages

R + G + B =
225 + 255 + 55 = 535 (100%)
R 225 of 535 ~ 42.06%
G 255 of 535 ~ 47.66%
B 55 of 535 ~ 10.28%

%42.06
%47.66
%10.28

CMYK color model

#E1FF37 color CMYK value is (12,0,78,0).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 78.43%
  • key color value is 0.00%
CMYK:
(12,0,78,0)
C12M0Y78K0 
(12%,0%,78%,0%)
(0.12/0.00/0.78/0.00)	

CMYK percentages

%11.76
%0
%78.43
%0

Codes

Color #E1FF37 in popluar color models

E1FF37
RGB22525555
HSL69°100.00%60.78%
HSB/HSV69°78.43%100.00%
CMYK11.76%0.00%78.43%
0.00%

Color #E1FF37 in popluar number systems.

HEXE1FF37
Decimal22525555
Binary1110000111111111110111
Octal34137767

Shades and tints

Shades of #E1FF37

#E1FF37
(225,255,55)
#CDE832
(205,232,50)
#B9D12D
(185,209,45)
#A5BA28
(165,186,40)
#91A323
(145,163,35)
#7D8C1E
(125,140,30)
#697519
(105,117,25)
#555E14
(85,94,20)
#41470F
(65,71,15)
#2D300A
(45,48,10)
#191905
(25,25,5)
#000000
(0,0,0)

Tints of #E1FF37

#E1FF37
(225,255,55)
#E3FF49
(227,255,73)
#E5FF5B
(229,255,91)
#E7FF6D
(231,255,109)
#E9FF7F
(233,255,127)
#EBFF91
(235,255,145)
#EDFFA3
(237,255,163)
#EFFFB5
(239,255,181)
#F1FFC7
(241,255,199)
#F3FFD9
(243,255,217)
#F5FFEB
(245,255,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1FF37 color. Also use rgb(225,255,55) instead hex code.

Text Font Color

.myTextColor { color: #E1FF37; }

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

This text font color is #E1FF37.


Background Color

.myBgColor { background-color: #E1FF37; }

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

This div background color is #E1FF37.


Border color

.myBorderColor { border: 1px solid #E1FF37; }

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

This div border color is #E1FF37.


Opacity

.myOpacity80 { color: #E1FF37; opacity: 0.8; }

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

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

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

This text has shadow with #E1FF37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1FF37 on black background.


Color preview on white background

This text has color #E1FF37 on white background.



Black color preview on #E1FF37 background

This text has black color on #E1FF37 background.


White color preview on #E1FF37 background

This text has white color on #E1FF37 background.