COLOR #68D630

HEX: #68D630
RGB: (104,214,48)

Color info

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

RGB color model

#68D630 color RGB value is (104,214,48).

  • red value is 104;
  • green value is 214;
  • blue value is 48.
RGB:
(104,214,48)
(41%,84%,19%)

RGB channels and saturation

R 104 of 255 = 41%
G 214 of 255 = 84%
B 48 of 255 = 19%

104
214
48

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

Portions of RGB colors in percentages

R + G + B =
104 + 214 + 48 = 366 (100%)
R 104 of 366 ~ 28.42%
G 214 of 366 ~ 58.47%
B 48 of 366 ~ 13.11%

%28.42
%58.47
%13.11

CMYK color model

#68D630 color CMYK value is (51,0,78,16).

  • cyan value is 51.40%
  • magenta value is 0.00%
  • yellow value is 77.57%
  • key color value is 16.08%
CMYK:
(51,0,78,16)
C51M0Y78K16 
(51%,0%,78%,16%)
(0.51/0.00/0.78/0.16)	

CMYK percentages

%51.4
%0
%77.57
%16.08

Codes

Color #68D630 in popluar color models

68D630
RGB10421448
HSL100°66.94%51.37%
HSB/HSV100°77.57%83.92%
CMYK51.40%0.00%77.57%
16.08%

Color #68D630 in popluar number systems.

HEX68D630
Decimal10421448
Binary110100011010110110000
Octal15032660

Shades and tints

Shades of #68D630

#68D630
(104,214,48)
#5FC32C
(95,195,44)
#56B028
(86,176,40)
#4D9D24
(77,157,36)
#448A20
(68,138,32)
#3B771C
(59,119,28)
#326418
(50,100,24)
#295114
(41,81,20)
#203E10
(32,62,16)
#172B0C
(23,43,12)
#0E1808
(14,24,8)
#000000
(0,0,0)

Tints of #68D630

#68D630
(104,214,48)
#75D942
(117,217,66)
#82DC54
(130,220,84)
#8FDF66
(143,223,102)
#9CE278
(156,226,120)
#A9E58A
(169,229,138)
#B6E89C
(182,232,156)
#C3EBAE
(195,235,174)
#D0EEC0
(208,238,192)
#DDF1D2
(221,241,210)
#EAF4E4
(234,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68D630 color. Also use rgb(104,214,48) instead hex code.

Text Font Color

.myTextColor { color: #68D630; }

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

This text font color is #68D630.


Background Color

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

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

This div background color is #68D630.


Border color

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

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

This div border color is #68D630.


Opacity

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

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

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

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

This text has shadow with #68D630 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68D630 on black background.


Color preview on white background

This text has color #68D630 on white background.



Black color preview on #68D630 background

This text has black color on #68D630 background.


White color preview on #68D630 background

This text has white color on #68D630 background.