COLOR #68BB2E

HEX: #68BB2E
RGB: (104,187,46)

Color info

#68BB2E contains mainly green color. Web safe color of #68BB2E is #66CC33 (or #6C3).

RGB color model

#68BB2E color RGB value is (104,187,46).

  • red value is 104;
  • green value is 187;
  • blue value is 46.
RGB:
(104,187,46)
(41%,73%,18%)

RGB channels and saturation

R 104 of 255 = 41%
G 187 of 255 = 73%
B 46 of 255 = 18%

104
187
46

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

Portions of RGB colors in percentages

R + G + B =
104 + 187 + 46 = 337 (100%)
R 104 of 337 ~ 30.86%
G 187 of 337 ~ 55.49%
B 46 of 337 ~ 13.65%

%30.86
%55.49
%13.65

CMYK color model

#68BB2E color CMYK value is (44,0,75,27).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 75.40%
  • key color value is 26.67%
CMYK:
(44,0,75,27)
C44M0Y75K27 
(44%,0%,75%,27%)
(0.44/0.00/0.75/0.27)	

CMYK percentages

%44.39
%0
%75.4
%26.67

Codes

Color #68BB2E in popluar color models

68BB2E
RGB10418746
HSL95°60.52%45.69%
HSB/HSV95°75.40%73.33%
CMYK44.39%0.00%75.40%
26.67%

Color #68BB2E in popluar number systems.

HEX68BB2E
Decimal10418746
Binary110100010111011101110
Octal15027356

Shades and tints

Shades of #68BB2E

#68BB2E
(104,187,46)
#5FAA2A
(95,170,42)
#569926
(86,153,38)
#4D8822
(77,136,34)
#44771E
(68,119,30)
#3B661A
(59,102,26)
#325516
(50,85,22)
#294412
(41,68,18)
#20330E
(32,51,14)
#17220A
(23,34,10)
#0E1106
(14,17,6)
#000000
(0,0,0)

Tints of #68BB2E

#68BB2E
(104,187,46)
#75C141
(117,193,65)
#82C754
(130,199,84)
#8FCD67
(143,205,103)
#9CD37A
(156,211,122)
#A9D98D
(169,217,141)
#B6DFA0
(182,223,160)
#C3E5B3
(195,229,179)
#D0EBC6
(208,235,198)
#DDF1D9
(221,241,217)
#EAF7EC
(234,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BB2E color. Also use rgb(104,187,46) instead hex code.

Text Font Color

.myTextColor { color: #68BB2E; }

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

This text font color is #68BB2E.


Background Color

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

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

This div background color is #68BB2E.


Border color

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

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

This div border color is #68BB2E.


Opacity

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

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

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

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

This text has shadow with #68BB2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68BB2E on black background.


Color preview on white background

This text has color #68BB2E on white background.



Black color preview on #68BB2E background

This text has black color on #68BB2E background.


White color preview on #68BB2E background

This text has white color on #68BB2E background.