COLOR #E2F163

HEX: #E2F163
RGB: (226,241,99)

Color info

#E2F163 contains mainly red and green colors. Web safe color of #E2F163 is #CCFF66 (or #CF6).

RGB color model

#E2F163 color RGB value is (226,241,99).

  • red value is 226;
  • green value is 241;
  • blue value is 99.
RGB:
(226,241,99)
(89%,95%,39%)

RGB channels and saturation

R 226 of 255 = 89%
G 241 of 255 = 95%
B 99 of 255 = 39%

226
241
99

R + G + B ~ 74%. #E2F163 is quite light color.

Portions of RGB colors in percentages

R + G + B =
226 + 241 + 99 = 566 (100%)
R 226 of 566 ~ 39.93%
G 241 of 566 ~ 42.58%
B 99 of 566 ~ 17.49%

%39.93
%42.58
%17.49

CMYK color model

#E2F163 color CMYK value is (6,0,59,5).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 58.92%
  • key color value is 5.49%
CMYK:
(6,0,59,5)
C6M0Y59K5 
(6%,0%,59%,5%)
(0.06/0.00/0.59/0.05)	

CMYK percentages

%6.22
%0
%58.92
%5.49

Codes

Color #E2F163 in popluar color models

E2F163
RGB22624199
HSL66°83.53%66.67%
HSB/HSV66°58.92%94.51%
CMYK6.22%0.00%58.92%
5.49%

Color #E2F163 in popluar number systems.

HEXE2F163
Decimal22624199
Binary11100010111100011100011
Octal342361143

Shades and tints

Shades of #E2F163

#E2F163
(226,241,99)
#CEDC5A
(206,220,90)
#BAC751
(186,199,81)
#A6B248
(166,178,72)
#929D3F
(146,157,63)
#7E8836
(126,136,54)
#6A732D
(106,115,45)
#565E24
(86,94,36)
#42491B
(66,73,27)
#2E3412
(46,52,18)
#1A1F09
(26,31,9)
#000000
(0,0,0)

Tints of #E2F163

#E2F163
(226,241,99)
#E4F271
(228,242,113)
#E6F37F
(230,243,127)
#E8F48D
(232,244,141)
#EAF59B
(234,245,155)
#ECF6A9
(236,246,169)
#EEF7B7
(238,247,183)
#F0F8C5
(240,248,197)
#F2F9D3
(242,249,211)
#F4FAE1
(244,250,225)
#F6FBEF
(246,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2F163 color. Also use rgb(226,241,99) instead hex code.

Text Font Color

.myTextColor { color: #E2F163; }

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

This text font color is #E2F163.


Background Color

.myBgColor { background-color: #E2F163; }

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

This div background color is #E2F163.


Border color

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

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

This div border color is #E2F163.


Opacity

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

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

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

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

This text has shadow with #E2F163 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2F163 on black background.


Color preview on white background

This text has color #E2F163 on white background.



Black color preview on #E2F163 background

This text has black color on #E2F163 background.


White color preview on #E2F163 background

This text has white color on #E2F163 background.