COLOR #88ED1A

HEX: #88ED1A
RGB: (136,237,26)

Color info

#88ED1A contains mainly green color. Web safe color of #88ED1A is #99FF00 (or #9F0).

RGB color model

#88ED1A color RGB value is (136,237,26).

  • red value is 136;
  • green value is 237;
  • blue value is 26.
RGB:
(136,237,26)
(53%,93%,10%)

RGB channels and saturation

R 136 of 255 = 53%
G 237 of 255 = 93%
B 26 of 255 = 10%

136
237
26

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

Portions of RGB colors in percentages

R + G + B =
136 + 237 + 26 = 399 (100%)
R 136 of 399 ~ 34.09%
G 237 of 399 ~ 59.4%
B 26 of 399 ~ 6.52%

%34.09
%59.4

CMYK color model

#88ED1A color CMYK value is (43,0,89,7).

  • cyan value is 42.62%
  • magenta value is 0.00%
  • yellow value is 89.03%
  • key color value is 7.06%
CMYK:
(43,0,89,7)
C43M0Y89K7 
(43%,0%,89%,7%)
(0.43/0.00/0.89/0.07)	

CMYK percentages

%42.62
%0
%89.03
%7.06

Codes

Color #88ED1A in popluar color models

88ED1A
RGB13623726
HSL89°85.43%51.57%
HSB/HSV89°89.03%92.94%
CMYK42.62%0.00%89.03%
7.06%

Color #88ED1A in popluar number systems.

HEX88ED1A
Decimal13623726
Binary100010001110110111010
Octal21035532

Shades and tints

Shades of #88ED1A

#88ED1A
(136,237,26)
#7CD818
(124,216,24)
#70C316
(112,195,22)
#64AE14
(100,174,20)
#589912
(88,153,18)
#4C8410
(76,132,16)
#406F0E
(64,111,14)
#345A0C
(52,90,12)
#28450A
(40,69,10)
#1C3008
(28,48,8)
#101B06
(16,27,6)
#000000
(0,0,0)

Tints of #88ED1A

#88ED1A
(136,237,26)
#92EE2E
(146,238,46)
#9CEF42
(156,239,66)
#A6F056
(166,240,86)
#B0F16A
(176,241,106)
#BAF27E
(186,242,126)
#C4F392
(196,243,146)
#CEF4A6
(206,244,166)
#D8F5BA
(216,245,186)
#E2F6CE
(226,246,206)
#ECF7E2
(236,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88ED1A color. Also use rgb(136,237,26) instead hex code.

Text Font Color

.myTextColor { color: #88ED1A; }

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

This text font color is #88ED1A.


Background Color

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

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

This div background color is #88ED1A.


Border color

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

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

This div border color is #88ED1A.


Opacity

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

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

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

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

This text has shadow with #88ED1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ED1A on black background.


Color preview on white background

This text has color #88ED1A on white background.



Black color preview on #88ED1A background

This text has black color on #88ED1A background.


White color preview on #88ED1A background

This text has white color on #88ED1A background.