COLOR #E2F199

HEX: #E2F199 RGB: (226,241,153)

Color info

#E2F199 contains mainly red and green colors. Web safe color of #E2F199 is #CCFF99 (or #CF9).

RGB color model

#E2F199 color RGB value is (226,241,153).

RGB: (226,241,153) (89%, 95%, 60%)

RGB channels and saturation

R 226 of 255 = 89%
G 241 of 255 = 95%
B 153 of 255 = 60%

226
241
153

R + G + B ~ 81%. #E2F199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 226 + 241 + 153 = 620 (100%)
R 226 of 620 ~ 36.45%
G 241 of 620 ~ 38.87%
B 153 of 620 ~ 24.68'%

%36.45
%38.87
%24.68

CMYK color model

#E2F199 color CMYK value is (6,0,37,5).

  • cyan value is 6.22%
  • magenta value is 0.00%
  • yellow value is 36.51%
  • key color value is 5.49%

CMYK: (6,0,37,5)
C6M0Y37K5 (6%, 0%, 37%, 5%)
(0.06 / 0.00 / 0.37 / 0.05)

CMYK percentages

%6.22
%0
%36.51
%5.49

Codes

Color #E2F199 in popluar color models

E2 F1 99
RGB 226 241 153
HSL 70° 75.86% 77.25%
HSB/HSV 70° 36.51% 94.51%
CMYK 6.22% 0.00% 36.51%
5.49%

Color #E2F199 in popluar number systems.

HEX E2 F1 99
Decimal 226 241 153
Binary 11100010 11110001 10011001
Octal 342 361 231

Shades and tints

Shades of #E2F199

#E2F199
(226,241,153)
#CEDC8C
(206,220,140)
#BAC77F
(186,199,127)
#A6B272
(166,178,114)
#929D65
(146,157,101)
#7E8858
(126,136,88)
#6A734B
(106,115,75)
#565E3E
(86,94,62)
#424931
(66,73,49)
#2E3424
(46,52,36)
#1A1F17
(26,31,23)
#000000
(0,0,0)

Tints of #E2F199

#E2F199
(226,241,153)
#E4F2A2
(228,242,162)
#E6F3AB
(230,243,171)
#E8F4B4
(232,244,180)
#EAF5BD
(234,245,189)
#ECF6C6
(236,246,198)
#EEF7CF
(238,247,207)
#F0F8D8
(240,248,216)
#F2F9E1
(242,249,225)
#F4FAEA
(244,250,234)
#F6FBF3
(246,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2F199; }

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

This text font color is #E2F199.

Background Color

.myBgColor { background-color: #E2F199; }

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

This div background color is #E2F199.

Border color

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

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

This div border color is #E2F199.

Opacity

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

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

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

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

This text has shadow with #E2F199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2F199.

Preview

Color preview on black background

This text has color #E2F199 on black background.


Color preview on white background

This text has color #E2F199 on white background.


Black color preview on #E2F199 background

This text has black color on #E2F199 background.


White color preview on #E2F199 background

This text has white color on #E2F199 background.


Related colors

Complementary color

Complementary color for #hex is #1D0E66.


I love getcolorcode.com

Triadic colors

1 #99E2F1 and #F199E2 with #E2F199 are triadic colors.

2 #99F1E2 and #F1E299 with #E2F199 are triadic colors.