COLOR #88F344

HEX: #88F344
RGB: (136,243,68)

Color info

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

RGB color model

#88F344 color RGB value is (136,243,68).

  • red value is 136;
  • green value is 243;
  • blue value is 68.
RGB:
(136,243,68)
(53%,95%,27%)

RGB channels and saturation

R 136 of 255 = 53%
G 243 of 255 = 95%
B 68 of 255 = 27%

136
243
68

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

Portions of RGB colors in percentages

R + G + B =
136 + 243 + 68 = 447 (100%)
R 136 of 447 ~ 30.43%
G 243 of 447 ~ 54.36%
B 68 of 447 ~ 15.21%

%30.43
%54.36
%15.21

CMYK color model

#88F344 color CMYK value is (44,0,72,5).

  • cyan value is 44.03%
  • magenta value is 0.00%
  • yellow value is 72.02%
  • key color value is 4.71%
CMYK:
(44,0,72,5)
C44M0Y72K5 
(44%,0%,72%,5%)
(0.44/0.00/0.72/0.05)	

CMYK percentages

%44.03
%0
%72.02
%4.71

Codes

Color #88F344 in popluar color models

88F344
RGB13624368
HSL97°87.94%60.98%
HSB/HSV97°72.02%95.29%
CMYK44.03%0.00%72.02%
4.71%

Color #88F344 in popluar number systems.

HEX88F344
Decimal13624368
Binary10001000111100111000100
Octal210363104

Shades and tints

Shades of #88F344

#88F344
(136,243,68)
#7CDD3E
(124,221,62)
#70C738
(112,199,56)
#64B132
(100,177,50)
#589B2C
(88,155,44)
#4C8526
(76,133,38)
#406F20
(64,111,32)
#34591A
(52,89,26)
#284314
(40,67,20)
#1C2D0E
(28,45,14)
#101708
(16,23,8)
#000000
(0,0,0)

Tints of #88F344

#88F344
(136,243,68)
#92F455
(146,244,85)
#9CF566
(156,245,102)
#A6F677
(166,246,119)
#B0F788
(176,247,136)
#BAF899
(186,248,153)
#C4F9AA
(196,249,170)
#CEFABB
(206,250,187)
#D8FBCC
(216,251,204)
#E2FCDD
(226,252,221)
#ECFDEE
(236,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F344 color. Also use rgb(136,243,68) instead hex code.

Text Font Color

.myTextColor { color: #88F344; }

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

This text font color is #88F344.


Background Color

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

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

This div background color is #88F344.


Border color

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

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

This div border color is #88F344.


Opacity

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

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

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

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

This text has shadow with #88F344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88F344 on black background.


Color preview on white background

This text has color #88F344 on white background.



Black color preview on #88F344 background

This text has black color on #88F344 background.


White color preview on #88F344 background

This text has white color on #88F344 background.