COLOR #68EB00

HEX: #68EB00
RGB: (104,235,0)

Color info

#68EB00 contains mainly green color. Web safe color of #68EB00 is #66FF00 (or #6F0).

RGB color model

#68EB00 color RGB value is (104,235,0).

  • red value is 104;
  • green value is 235;
  • blue value is 0.
RGB:
(104,235,0)
(41%,92%,0%)

RGB channels and saturation

R 104 of 255 = 41%
G 235 of 255 = 92%
B 0 of 255 = 0%

104
235
0

R + G + B ~ 44%. #68EB00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
104 + 235 + 0 = 339 (100%)
R 104 of 339 ~ 30.68%
G 235 of 339 ~ 69.32%
B 0 of 339 ~ 0%

%30.68
%69.32

CMYK color model

#68EB00 color CMYK value is (56,0,100,8).

  • cyan value is 55.74%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 7.84%
CMYK:
(56,0,100,8)
C56M0Y100K8 
(56%,0%,100%,8%)
(0.56/0.00/1.00/0.08)	

CMYK percentages

%55.74
%0
%100
%7.84

Codes

Color #68EB00 in popluar color models

68EB00
RGB1042350
HSL93°100.00%46.08%
HSB/HSV93°100.00%92.16%
CMYK55.74%0.00%100.00%
7.84%

Color #68EB00 in popluar number systems.

HEX68EB00
Decimal1042350
Binary1101000111010110
Octal1503530

Shades and tints

Shades of #68EB00

#68EB00
(104,235,0)
#5FD600
(95,214,0)
#56C100
(86,193,0)
#4DAC00
(77,172,0)
#449700
(68,151,0)
#3B8200
(59,130,0)
#326D00
(50,109,0)
#295800
(41,88,0)
#204300
(32,67,0)
#172E00
(23,46,0)
#0E1900
(14,25,0)
#000000
(0,0,0)

Tints of #68EB00

#68EB00
(104,235,0)
#75EC17
(117,236,23)
#82ED2E
(130,237,46)
#8FEE45
(143,238,69)
#9CEF5C
(156,239,92)
#A9F073
(169,240,115)
#B6F18A
(182,241,138)
#C3F2A1
(195,242,161)
#D0F3B8
(208,243,184)
#DDF4CF
(221,244,207)
#EAF5E6
(234,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68EB00 color. Also use rgb(104,235,0) instead hex code.

Text Font Color

.myTextColor { color: #68EB00; }

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

This text font color is #68EB00.


Background Color

.myBgColor { background-color: #68EB00; }

<div style="background-color:#68EB00">Inner text</div>

This div background color is #68EB00.


Border color

.myBorderColor { border: 1px solid #68EB00; }

<div style="border:3px solid #68EB00">Div</div>

This div border color is #68EB00.


Opacity

.myOpacity80 { color: #68EB00; opacity: 0.8; }

<p style="color:#68EB00;opacity:0.8;">80%</p>

Text with #68EB00 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 #68EB00;}

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

This text has shadow with #68EB00 color.

.textShadow {text-shadow: 3px 3px 1px #68EB00, 3px 3px 1px red;}

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

This text has shadow with #68EB00 primary color and red secondary color.


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

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

This text has shadow with #68EB00 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68EB00 on black background.


Color preview on white background

This text has color #68EB00 on white background.



Black color preview on #68EB00 background

This text has black color on #68EB00 background.


White color preview on #68EB00 background

This text has white color on #68EB00 background.