COLOR #E2FD1E

HEX: #E2FD1E
RGB: (226,253,30)

Color info

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

RGB color model

#E2FD1E color RGB value is (226,253,30).

  • red value is 226;
  • green value is 253;
  • blue value is 30.
RGB:
(226,253,30)
(89%,99%,12%)

RGB channels and saturation

R 226 of 255 = 89%
G 253 of 255 = 99%
B 30 of 255 = 12%

226
253
30

R + G + B ~ 67%. #E2FD1E is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 253 + 30 = 509 (100%)
R 226 of 509 ~ 44.4%
G 253 of 509 ~ 49.71%
B 30 of 509 ~ 5.89%

%44.4
%49.71

CMYK color model

#E2FD1E color CMYK value is (11,0,88,1).

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 88.14%
  • key color value is 0.78%
CMYK:
(11,0,88,1)
C11M0Y88K1 
(11%,0%,88%,1%)
(0.11/0.00/0.88/0.01)	

CMYK percentages

%10.67
%0
%88.14
%0.78

Codes

Color #E2FD1E in popluar color models

E2FD1E
RGB22625330
HSL67°98.24%55.49%
HSB/HSV67°88.14%99.22%
CMYK10.67%0.00%88.14%
0.78%

Color #E2FD1E in popluar number systems.

HEXE2FD1E
Decimal22625330
Binary111000101111110111110
Octal34237536

Shades and tints

Shades of #E2FD1E

#E2FD1E
(226,253,30)
#CEE61C
(206,230,28)
#BACF1A
(186,207,26)
#A6B818
(166,184,24)
#92A116
(146,161,22)
#7E8A14
(126,138,20)
#6A7312
(106,115,18)
#565C10
(86,92,16)
#42450E
(66,69,14)
#2E2E0C
(46,46,12)
#1A170A
(26,23,10)
#000000
(0,0,0)

Tints of #E2FD1E

#E2FD1E
(226,253,30)
#E4FD32
(228,253,50)
#E6FD46
(230,253,70)
#E8FD5A
(232,253,90)
#EAFD6E
(234,253,110)
#ECFD82
(236,253,130)
#EEFD96
(238,253,150)
#F0FDAA
(240,253,170)
#F2FDBE
(242,253,190)
#F4FDD2
(244,253,210)
#F6FDE6
(246,253,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FD1E color. Also use rgb(226,253,30) instead hex code.

Text Font Color

.myTextColor { color: #E2FD1E; }

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

This text font color is #E2FD1E.


Background Color

.myBgColor { background-color: #E2FD1E; }

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

This div background color is #E2FD1E.


Border color

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

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

This div border color is #E2FD1E.


Opacity

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

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

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

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

This text has shadow with #E2FD1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FD1E on black background.


Color preview on white background

This text has color #E2FD1E on white background.



Black color preview on #E2FD1E background

This text has black color on #E2FD1E background.


White color preview on #E2FD1E background

This text has white color on #E2FD1E background.