COLOR #88E612

HEX: #88E612 RGB: (136,230,18)

Color info

#88E612 contains mainly green color. Web safe color of #88E612 is #99CC00 (or #9C0).

RGB color model

#88E612 color RGB value is (136,230,18).

RGB: (136,230,18) (53%, 90%, 7%)

RGB channels and saturation

R 136 of 255 = 53%
G 230 of 255 = 90%
B 18 of 255 = 7%

136
230
18

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

Portions of RGB colors in percentages

R + G + B = 136 + 230 + 18 = 384 (100%)
R 136 of 384 ~ 35.42%
G 230 of 384 ~ 59.9%
B 18 of 384 ~ 4.69'%

%35.42
%59.9

CMYK color model

#88E612 color CMYK value is (41,0,92,10).

  • cyan value is 40.87%
  • magenta value is 0.00%
  • yellow value is 92.17%
  • key color value is 9.80%

CMYK: (41,0,92,10)
C41M0Y92K10 (41%, 0%, 92%, 10%)
(0.41 / 0.00 / 0.92 / 0.10)

CMYK percentages

%40.87
%0
%92.17
%9.8

Codes

Color #88E612 in popluar color models

88 E6 12
RGB 136 230 18
HSL 87° 85.48% 48.63%
HSB/HSV 87° 92.17% 90.20%
CMYK 40.87% 0.00% 92.17%
9.80%

Color #88E612 in popluar number systems.

HEX 88 E6 12
Decimal 136 230 18
Binary 10001000 11100110 10010
Octal 210 346 22

Shades and tints

Shades of #88E612

#88E612
(136,230,18)
#7CD211
(124,210,17)
#70BE10
(112,190,16)
#64AA0F
(100,170,15)
#58960E
(88,150,14)
#4C820D
(76,130,13)
#406E0C
(64,110,12)
#345A0B
(52,90,11)
#28460A
(40,70,10)
#1C3209
(28,50,9)
#101E08
(16,30,8)
#000000
(0,0,0)

Tints of #88E612

#88E612
(136,230,18)
#92E827
(146,232,39)
#9CEA3C
(156,234,60)
#A6EC51
(166,236,81)
#B0EE66
(176,238,102)
#BAF07B
(186,240,123)
#C4F290
(196,242,144)
#CEF4A5
(206,244,165)
#D8F6BA
(216,246,186)
#E2F8CF
(226,248,207)
#ECFAE4
(236,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88E612 color. Also use rgb(136,230,18) instead hex code.

Text Font Color

.myTextColor { color: #88E612; }

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

This text font color is #88E612.

Background Color

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

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

This div background color is #88E612.

Border color

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

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

This div border color is #88E612.

Opacity

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

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

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

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

This text has shadow with #88E612 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88E612.

Preview

Color preview on black background

This text has color #88E612 on black background.


Color preview on white background

This text has color #88E612 on white background.


Black color preview on #88E612 background

This text has black color on #88E612 background.


White color preview on #88E612 background

This text has white color on #88E612 background.


Related colors

Complementary color

Complementary color for #hex is #7719ED.


I love getcolorcode.com

Triadic colors

1 #1288E6 and #E61288 with #88E612 are triadic colors.

2 #12E688 and #E68812 with #88E612 are triadic colors.