COLOR #68CF13

HEX: #68CF13 RGB: (104,207,19)

Color info

#68CF13 contains mainly green color. Web safe color of #68CF13 is #66CC00 (or #6C0).

RGB color model

#68CF13 color RGB value is (104,207,19).

RGB: (104,207,19) (41%, 81%, 7%)

RGB channels and saturation

R 104 of 255 = 41%
G 207 of 255 = 81%
B 19 of 255 = 7%

104
207
19

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

Portions of RGB colors in percentages

R + G + B = 104 + 207 + 19 = 330 (100%)
R 104 of 330 ~ 31.52%
G 207 of 330 ~ 62.73%
B 19 of 330 ~ 5.76'%

%31.52
%62.73

CMYK color model

#68CF13 color CMYK value is (50,0,91,19).

  • cyan value is 49.76%
  • magenta value is 0.00%
  • yellow value is 90.82%
  • key color value is 18.82%
CMYK: (50,0,91,19) C50M0Y91K19 (50%,0%,91%,19%) (0.50/0.00/0.91/0.19) 

CMYK percentages

%49.76
%0
%90.82
%18.82

Codes

Color #68CF13 in popluar color models

68 CF 13
RGB 104 207 19
HSL 93° 83.19% 44.31%
HSB/HSV 93° 90.82% 81.18%
CMYK 49.76% 0.00% 90.82%
18.82%

Color #68CF13 in popluar number systems.

HEX 68 CF 13
Decimal 104 207 19
Binary 1101000 11001111 10011
Octal 150 317 23

Shades and tints

Shades of #68CF13

#68CF13
(104,207,19)
#5FBD12
(95,189,18)
#56AB11
(86,171,17)
#4D9910
(77,153,16)
#44870F
(68,135,15)
#3B750E
(59,117,14)
#32630D
(50,99,13)
#29510C
(41,81,12)
#203F0B
(32,63,11)
#172D0A
(23,45,10)
#0E1B09
(14,27,9)
#000000
(0,0,0)

Tints of #68CF13

#68CF13
(104,207,19)
#75D328
(117,211,40)
#82D73D
(130,215,61)
#8FDB52
(143,219,82)
#9CDF67
(156,223,103)
#A9E37C
(169,227,124)
#B6E791
(182,231,145)
#C3EBA6
(195,235,166)
#D0EFBB
(208,239,187)
#DDF3D0
(221,243,208)
#EAF7E5
(234,247,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68CF13 color. Also use rgb(104,207,19) instead hex code.

Text Font Color

.myTextColor { color: #68CF13; }

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

This text font color is #68CF13.

Background Color

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

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

This div background color is #68CF13.

Border color

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

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

This div border color is #68CF13.

Opacity

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

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

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

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

This text has shadow with #68CF13 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #68CF13.

Preview

Color preview on black background

This text has color #68CF13 on black background.


Color preview on white background

This text has color #68CF13 on white background.


Black color preview on #68CF13 background

This text has black color on #68CF13 background.


White color preview on #68CF13 background

This text has white color on #68CF13 background.


Related colors

Complementary color

Complementary color for #hex is #9730EC.


I love getcolorcode.com

Triadic colors

1 #1368CF and #CF1368 with #68CF13 are triadic colors.

2 #13CF68 and #CF6813 with #68CF13 are triadic colors.