COLOR #88E220

HEX: #88E220
RGB: (136,226,32)

Color info

#88E220 contains mainly green color. Web safe color of #88E220 is #99CC33 (or #9C3).

RGB color model

#88E220 color RGB value is (136,226,32).

  • red value is 136;
  • green value is 226;
  • blue value is 32.
RGB:
(136,226,32)
(53%,89%,13%)

RGB channels and saturation

R 136 of 255 = 53%
G 226 of 255 = 89%
B 32 of 255 = 13%

136
226
32

R + G + B ~ 52%. #88E220 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 226 + 32 = 394 (100%)
R 136 of 394 ~ 34.52%
G 226 of 394 ~ 57.36%
B 32 of 394 ~ 8.12%

%34.52
%57.36

CMYK color model

#88E220 color CMYK value is (40,0,86,11).

  • cyan value is 39.82%
  • magenta value is 0.00%
  • yellow value is 85.84%
  • key color value is 11.37%
CMYK:
(40,0,86,11)
C40M0Y86K11 
(40%,0%,86%,11%)
(0.40/0.00/0.86/0.11)	

CMYK percentages

%39.82
%0
%85.84
%11.37

Codes

Color #88E220 in popluar color models

88E220
RGB13622632
HSL88°76.98%50.59%
HSB/HSV88°85.84%88.63%
CMYK39.82%0.00%85.84%
11.37%

Color #88E220 in popluar number systems.

HEX88E220
Decimal13622632
Binary1000100011100010100000
Octal21034240

Shades and tints

Shades of #88E220

#88E220
(136,226,32)
#7CCE1E
(124,206,30)
#70BA1C
(112,186,28)
#64A61A
(100,166,26)
#589218
(88,146,24)
#4C7E16
(76,126,22)
#406A14
(64,106,20)
#345612
(52,86,18)
#284210
(40,66,16)
#1C2E0E
(28,46,14)
#101A0C
(16,26,12)
#000000
(0,0,0)

Tints of #88E220

#88E220
(136,226,32)
#92E434
(146,228,52)
#9CE648
(156,230,72)
#A6E85C
(166,232,92)
#B0EA70
(176,234,112)
#BAEC84
(186,236,132)
#C4EE98
(196,238,152)
#CEF0AC
(206,240,172)
#D8F2C0
(216,242,192)
#E2F4D4
(226,244,212)
#ECF6E8
(236,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E220 color. Also use rgb(136,226,32) instead hex code.

Text Font Color

.myTextColor { color: #88E220; }

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

This text font color is #88E220.


Background Color

.myBgColor { background-color: #88E220; }

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

This div background color is #88E220.


Border color

.myBorderColor { border: 1px solid #88E220; }

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

This div border color is #88E220.


Opacity

.myOpacity80 { color: #88E220; opacity: 0.8; }

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

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

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

This text has shadow with #88E220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88E220 on black background.


Color preview on white background

This text has color #88E220 on white background.



Black color preview on #88E220 background

This text has black color on #88E220 background.


White color preview on #88E220 background

This text has white color on #88E220 background.