COLOR #88FF38

HEX: #88FF38
RGB: (136,255,56)

Color info

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

RGB color model

#88FF38 color RGB value is (136,255,56).

  • red value is 136;
  • green value is 255;
  • blue value is 56.
RGB:
(136,255,56)
(53%,100%,22%)

RGB channels and saturation

R 136 of 255 = 53%
G 255 of 255 = 100%
B 56 of 255 = 22%

136
255
56

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

Portions of RGB colors in percentages

R + G + B =
136 + 255 + 56 = 447 (100%)
R 136 of 447 ~ 30.43%
G 255 of 447 ~ 57.05%
B 56 of 447 ~ 12.53%

%30.43
%57.05
%12.53

CMYK color model

#88FF38 color CMYK value is (47,0,78,0).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 78.04%
  • key color value is 0.00%
CMYK:
(47,0,78,0)
C47M0Y78K0 
(47%,0%,78%,0%)
(0.47/0.00/0.78/0.00)	

CMYK percentages

%46.67
%0
%78.04
%0

Codes

Color #88FF38 in popluar color models

88FF38
RGB13625556
HSL96°100.00%60.98%
HSB/HSV96°78.04%100.00%
CMYK46.67%0.00%78.04%
0.00%

Color #88FF38 in popluar number systems.

HEX88FF38
Decimal13625556
Binary1000100011111111111000
Octal21037770

Shades and tints

Shades of #88FF38

#88FF38
(136,255,56)
#7CE833
(124,232,51)
#70D12E
(112,209,46)
#64BA29
(100,186,41)
#58A324
(88,163,36)
#4C8C1F
(76,140,31)
#40751A
(64,117,26)
#345E15
(52,94,21)
#284710
(40,71,16)
#1C300B
(28,48,11)
#101906
(16,25,6)
#000000
(0,0,0)

Tints of #88FF38

#88FF38
(136,255,56)
#92FF4A
(146,255,74)
#9CFF5C
(156,255,92)
#A6FF6E
(166,255,110)
#B0FF80
(176,255,128)
#BAFF92
(186,255,146)
#C4FFA4
(196,255,164)
#CEFFB6
(206,255,182)
#D8FFC8
(216,255,200)
#E2FFDA
(226,255,218)
#ECFFEC
(236,255,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88FF38 color. Also use rgb(136,255,56) instead hex code.

Text Font Color

.myTextColor { color: #88FF38; }

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

This text font color is #88FF38.


Background Color

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

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

This div background color is #88FF38.


Border color

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

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

This div border color is #88FF38.


Opacity

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

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

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

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

This text has shadow with #88FF38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88FF38 on black background.


Color preview on white background

This text has color #88FF38 on white background.



Black color preview on #88FF38 background

This text has black color on #88FF38 background.


White color preview on #88FF38 background

This text has white color on #88FF38 background.