COLOR #88CB25

HEX: #88CB25
RGB: (136,203,37)

Color info

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

RGB color model

#88CB25 color RGB value is (136,203,37).

  • red value is 136;
  • green value is 203;
  • blue value is 37.
RGB:
(136,203,37)
(53%,80%,15%)

RGB channels and saturation

R 136 of 255 = 53%
G 203 of 255 = 80%
B 37 of 255 = 15%

136
203
37

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

Portions of RGB colors in percentages

R + G + B =
136 + 203 + 37 = 376 (100%)
R 136 of 376 ~ 36.17%
G 203 of 376 ~ 53.99%
B 37 of 376 ~ 9.84%

%36.17
%53.99
%9.84

CMYK color model

#88CB25 color CMYK value is (33,0,82,20).

  • cyan value is 33.00%
  • magenta value is 0.00%
  • yellow value is 81.77%
  • key color value is 20.39%
CMYK:
(33,0,82,20)
C33M0Y82K20 
(33%,0%,82%,20%)
(0.33/0.00/0.82/0.20)	

CMYK percentages

%33
%0
%81.77
%20.39

Codes

Color #88CB25 in popluar color models

88CB25
RGB13620337
HSL84°69.17%47.06%
HSB/HSV84°81.77%79.61%
CMYK33.00%0.00%81.77%
20.39%

Color #88CB25 in popluar number systems.

HEX88CB25
Decimal13620337
Binary1000100011001011100101
Octal21031345

Shades and tints

Shades of #88CB25

#88CB25
(136,203,37)
#7CB922
(124,185,34)
#70A71F
(112,167,31)
#64951C
(100,149,28)
#588319
(88,131,25)
#4C7116
(76,113,22)
#405F13
(64,95,19)
#344D10
(52,77,16)
#283B0D
(40,59,13)
#1C290A
(28,41,10)
#101707
(16,23,7)
#000000
(0,0,0)

Tints of #88CB25

#88CB25
(136,203,37)
#92CF38
(146,207,56)
#9CD34B
(156,211,75)
#A6D75E
(166,215,94)
#B0DB71
(176,219,113)
#BADF84
(186,223,132)
#C4E397
(196,227,151)
#CEE7AA
(206,231,170)
#D8EBBD
(216,235,189)
#E2EFD0
(226,239,208)
#ECF3E3
(236,243,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CB25 color. Also use rgb(136,203,37) instead hex code.

Text Font Color

.myTextColor { color: #88CB25; }

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

This text font color is #88CB25.


Background Color

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

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

This div background color is #88CB25.


Border color

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

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

This div border color is #88CB25.


Opacity

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

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

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

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

This text has shadow with #88CB25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CB25 on black background.


Color preview on white background

This text has color #88CB25 on white background.



Black color preview on #88CB25 background

This text has black color on #88CB25 background.


White color preview on #88CB25 background

This text has white color on #88CB25 background.