COLOR #88FE27

HEX: #88FE27
RGB: (136,254,39)

Color info

#88FE27 contains mainly green color. Web safe color of #88FE27 is #99FF33 (or #9F3).

RGB color model

#88FE27 color RGB value is (136,254,39).

  • red value is 136;
  • green value is 254;
  • blue value is 39.
RGB:
(136,254,39)
(53%,100%,15%)

RGB channels and saturation

R 136 of 255 = 53%
G 254 of 255 = 100%
B 39 of 255 = 15%

136
254
39

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

Portions of RGB colors in percentages

R + G + B =
136 + 254 + 39 = 429 (100%)
R 136 of 429 ~ 31.7%
G 254 of 429 ~ 59.21%
B 39 of 429 ~ 9.09%

%31.7
%59.21

CMYK color model

#88FE27 color CMYK value is (46,0,85,0).

  • cyan value is 46.46%
  • magenta value is 0.00%
  • yellow value is 84.65%
  • key color value is 0.39%
CMYK:
(46,0,85,0)
C46M0Y85K0 
(46%,0%,85%,0%)
(0.46/0.00/0.85/0.00)	

CMYK percentages

%46.46
%0
%84.65
%0.39

Codes

Color #88FE27 in popluar color models

88FE27
RGB13625439
HSL93°99.08%57.45%
HSB/HSV93°84.65%99.61%
CMYK46.46%0.00%84.65%
0.39%

Color #88FE27 in popluar number systems.

HEX88FE27
Decimal13625439
Binary1000100011111110100111
Octal21037647

Shades and tints

Shades of #88FE27

#88FE27
(136,254,39)
#7CE724
(124,231,36)
#70D021
(112,208,33)
#64B91E
(100,185,30)
#58A21B
(88,162,27)
#4C8B18
(76,139,24)
#407415
(64,116,21)
#345D12
(52,93,18)
#28460F
(40,70,15)
#1C2F0C
(28,47,12)
#101809
(16,24,9)
#000000
(0,0,0)

Tints of #88FE27

#88FE27
(136,254,39)
#92FE3A
(146,254,58)
#9CFE4D
(156,254,77)
#A6FE60
(166,254,96)
#B0FE73
(176,254,115)
#BAFE86
(186,254,134)
#C4FE99
(196,254,153)
#CEFEAC
(206,254,172)
#D8FEBF
(216,254,191)
#E2FED2
(226,254,210)
#ECFEE5
(236,254,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88FE27 color. Also use rgb(136,254,39) instead hex code.

Text Font Color

.myTextColor { color: #88FE27; }

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

This text font color is #88FE27.


Background Color

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

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

This div background color is #88FE27.


Border color

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

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

This div border color is #88FE27.


Opacity

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

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

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

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

This text has shadow with #88FE27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88FE27 on black background.


Color preview on white background

This text has color #88FE27 on white background.



Black color preview on #88FE27 background

This text has black color on #88FE27 background.


White color preview on #88FE27 background

This text has white color on #88FE27 background.