COLOR #E0FF68

HEX: #E0FF68
RGB: (224,255,104)

Color info

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

RGB color model

#E0FF68 color RGB value is (224,255,104).

  • red value is 224;
  • green value is 255;
  • blue value is 104.
RGB:
(224,255,104)
(88%,100%,41%)

RGB channels and saturation

R 224 of 255 = 88%
G 255 of 255 = 100%
B 104 of 255 = 41%

224
255
104

R + G + B ~ 76%. #E0FF68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
224 + 255 + 104 = 583 (100%)
R 224 of 583 ~ 38.42%
G 255 of 583 ~ 43.74%
B 104 of 583 ~ 17.84%

%38.42
%43.74
%17.84

CMYK color model

#E0FF68 color CMYK value is (12,0,59,0).

  • cyan value is 12.16%
  • magenta value is 0.00%
  • yellow value is 59.22%
  • key color value is 0.00%
CMYK:
(12,0,59,0)
C12M0Y59K0 
(12%,0%,59%,0%)
(0.12/0.00/0.59/0.00)	

CMYK percentages

%12.16
%0
%59.22
%0

Codes

Color #E0FF68 in popluar color models

E0FF68
RGB224255104
HSL72°100.00%70.39%
HSB/HSV72°59.22%100.00%
CMYK12.16%0.00%59.22%
0.00%

Color #E0FF68 in popluar number systems.

HEXE0FF68
Decimal224255104
Binary11100000111111111101000
Octal340377150

Shades and tints

Shades of #E0FF68

#E0FF68
(224,255,104)
#CCE85F
(204,232,95)
#B8D156
(184,209,86)
#A4BA4D
(164,186,77)
#90A344
(144,163,68)
#7C8C3B
(124,140,59)
#687532
(104,117,50)
#545E29
(84,94,41)
#404720
(64,71,32)
#2C3017
(44,48,23)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #E0FF68

#E0FF68
(224,255,104)
#E2FF75
(226,255,117)
#E4FF82
(228,255,130)
#E6FF8F
(230,255,143)
#E8FF9C
(232,255,156)
#EAFFA9
(234,255,169)
#ECFFB6
(236,255,182)
#EEFFC3
(238,255,195)
#F0FFD0
(240,255,208)
#F2FFDD
(242,255,221)
#F4FFEA
(244,255,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0FF68 color. Also use rgb(224,255,104) instead hex code.

Text Font Color

.myTextColor { color: #E0FF68; }

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

This text font color is #E0FF68.


Background Color

.myBgColor { background-color: #E0FF68; }

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

This div background color is #E0FF68.


Border color

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

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

This div border color is #E0FF68.


Opacity

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

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

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

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

This text has shadow with #E0FF68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0FF68 on black background.


Color preview on white background

This text has color #E0FF68 on white background.



Black color preview on #E0FF68 background

This text has black color on #E0FF68 background.


White color preview on #E0FF68 background

This text has white color on #E0FF68 background.