COLOR #E3F484

HEX: #E3F484
RGB: (227,244,132)

Color info

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

RGB color model

#E3F484 color RGB value is (227,244,132).

  • red value is 227;
  • green value is 244;
  • blue value is 132.
RGB:
(227,244,132)
(89%,96%,52%)

RGB channels and saturation

R 227 of 255 = 89%
G 244 of 255 = 96%
B 132 of 255 = 52%

227
244
132

R + G + B ~ 79%. #E3F484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 244 + 132 = 603 (100%)
R 227 of 603 ~ 37.65%
G 244 of 603 ~ 40.46%
B 132 of 603 ~ 21.89%

%37.65
%40.46
%21.89

CMYK color model

#E3F484 color CMYK value is (7,0,46,4).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 45.90%
  • key color value is 4.31%
CMYK:
(7,0,46,4)
C7M0Y46K4 
(7%,0%,46%,4%)
(0.07/0.00/0.46/0.04)	

CMYK percentages

%6.97
%0
%45.9
%4.31

Codes

Color #E3F484 in popluar color models

E3F484
RGB227244132
HSL69°83.58%73.73%
HSB/HSV69°45.90%95.69%
CMYK6.97%0.00%45.90%
4.31%

Color #E3F484 in popluar number systems.

HEXE3F484
Decimal227244132
Binary111000111111010010000100
Octal343364204

Shades and tints

Shades of #E3F484

#E3F484
(227,244,132)
#CFDE78
(207,222,120)
#BBC86C
(187,200,108)
#A7B260
(167,178,96)
#939C54
(147,156,84)
#7F8648
(127,134,72)
#6B703C
(107,112,60)
#575A30
(87,90,48)
#434424
(67,68,36)
#2F2E18
(47,46,24)
#1B180C
(27,24,12)
#000000
(0,0,0)

Tints of #E3F484

#E3F484
(227,244,132)
#E5F58F
(229,245,143)
#E7F69A
(231,246,154)
#E9F7A5
(233,247,165)
#EBF8B0
(235,248,176)
#EDF9BB
(237,249,187)
#EFFAC6
(239,250,198)
#F1FBD1
(241,251,209)
#F3FCDC
(243,252,220)
#F5FDE7
(245,253,231)
#F7FEF2
(247,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F484 color. Also use rgb(227,244,132) instead hex code.

Text Font Color

.myTextColor { color: #E3F484; }

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

This text font color is #E3F484.


Background Color

.myBgColor { background-color: #E3F484; }

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

This div background color is #E3F484.


Border color

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

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

This div border color is #E3F484.


Opacity

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

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

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

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

This text has shadow with #E3F484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F484 on black background.


Color preview on white background

This text has color #E3F484 on white background.



Black color preview on #E3F484 background

This text has black color on #E3F484 background.


White color preview on #E3F484 background

This text has white color on #E3F484 background.