COLOR #3CB812

HEX: #3CB812
RGB: (60,184,18)

Color info

#3CB812 contains mainly green color. Web safe color of #3CB812 is #33CC00 (or #3C0).

RGB color model

#3CB812 color RGB value is (60,184,18).

  • red value is 60;
  • green value is 184;
  • blue value is 18.
RGB:
(60,184,18)
(24%,72%,7%)

RGB channels and saturation

R 60 of 255 = 24%
G 184 of 255 = 72%
B 18 of 255 = 7%

60
184
18

R + G + B ~ 34%. #3CB812 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 184 + 18 = 262 (100%)
R 60 of 262 ~ 22.9%
G 184 of 262 ~ 70.23%
B 18 of 262 ~ 6.87%

%22.9
%70.23

CMYK color model

#3CB812 color CMYK value is (67,0,90,28).

  • cyan value is 67.39%
  • magenta value is 0.00%
  • yellow value is 90.22%
  • key color value is 27.84%
CMYK:
(67,0,90,28)
C67M0Y90K28 
(67%,0%,90%,28%)
(0.67/0.00/0.90/0.28)	

CMYK percentages

%67.39
%0
%90.22
%27.84

Codes

Color #3CB812 in popluar color models

3CB812
RGB6018418
HSL105°82.18%39.61%
HSB/HSV105°90.22%72.16%
CMYK67.39%0.00%90.22%
27.84%

Color #3CB812 in popluar number systems.

HEX3CB812
Decimal6018418
Binary1111001011100010010
Octal7427022

Shades and tints

Shades of #3CB812

#3CB812
(60,184,18)
#37A811
(55,168,17)
#329810
(50,152,16)
#2D880F
(45,136,15)
#28780E
(40,120,14)
#23680D
(35,104,13)
#1E580C
(30,88,12)
#19480B
(25,72,11)
#14380A
(20,56,10)
#0F2809
(15,40,9)
#0A1808
(10,24,8)
#000000
(0,0,0)

Tints of #3CB812

#3CB812
(60,184,18)
#4DBE27
(77,190,39)
#5EC43C
(94,196,60)
#6FCA51
(111,202,81)
#80D066
(128,208,102)
#91D67B
(145,214,123)
#A2DC90
(162,220,144)
#B3E2A5
(179,226,165)
#C4E8BA
(196,232,186)
#D5EECF
(213,238,207)
#E6F4E4
(230,244,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CB812 color. Also use rgb(60,184,18) instead hex code.

Text Font Color

.myTextColor { color: #3CB812; }

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

This text font color is #3CB812.


Background Color

.myBgColor { background-color: #3CB812; }

<div style="background-color:#3CB812">Inner text</div>

This div background color is #3CB812.


Border color

.myBorderColor { border: 1px solid #3CB812; }

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

This div border color is #3CB812.


Opacity

.myOpacity80 { color: #3CB812; opacity: 0.8; }

<p style="color:#3CB812;opacity:0.8;">80%</p>

Text with #3CB812 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 #3CB812;}

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

This text has shadow with #3CB812 color.

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

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

This text has shadow with #3CB812 primary color and red secondary color.


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

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

This text has shadow with #3CB812 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CB812 on black background.


Color preview on white background

This text has color #3CB812 on white background.



Black color preview on #3CB812 background

This text has black color on #3CB812 background.


White color preview on #3CB812 background

This text has white color on #3CB812 background.