COLOR #3CAD1E

HEX: #3CAD1E
RGB: (60,173,30)

Color info

#3CAD1E contains mainly green color. Web safe color of #3CAD1E is #339933 (or #393).

RGB color model

#3CAD1E color RGB value is (60,173,30).

  • red value is 60;
  • green value is 173;
  • blue value is 30.
RGB:
(60,173,30)
(24%,68%,12%)

RGB channels and saturation

R 60 of 255 = 24%
G 173 of 255 = 68%
B 30 of 255 = 12%

60
173
30

R + G + B ~ 35%. #3CAD1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
60 + 173 + 30 = 263 (100%)
R 60 of 263 ~ 22.81%
G 173 of 263 ~ 65.78%
B 30 of 263 ~ 11.41%

%22.81
%65.78
%11.41

CMYK color model

#3CAD1E color CMYK value is (65,0,83,32).

  • cyan value is 65.32%
  • magenta value is 0.00%
  • yellow value is 82.66%
  • key color value is 32.16%
CMYK:
(65,0,83,32)
C65M0Y83K32 
(65%,0%,83%,32%)
(0.65/0.00/0.83/0.32)	

CMYK percentages

%65.32
%0
%82.66
%32.16

Codes

Color #3CAD1E in popluar color models

3CAD1E
RGB6017330
HSL107°70.44%39.80%
HSB/HSV107°82.66%67.84%
CMYK65.32%0.00%82.66%
32.16%

Color #3CAD1E in popluar number systems.

HEX3CAD1E
Decimal6017330
Binary1111001010110111110
Octal7425536

Shades and tints

Shades of #3CAD1E

#3CAD1E
(60,173,30)
#379E1C
(55,158,28)
#328F1A
(50,143,26)
#2D8018
(45,128,24)
#287116
(40,113,22)
#236214
(35,98,20)
#1E5312
(30,83,18)
#194410
(25,68,16)
#14350E
(20,53,14)
#0F260C
(15,38,12)
#0A170A
(10,23,10)
#000000
(0,0,0)

Tints of #3CAD1E

#3CAD1E
(60,173,30)
#4DB432
(77,180,50)
#5EBB46
(94,187,70)
#6FC25A
(111,194,90)
#80C96E
(128,201,110)
#91D082
(145,208,130)
#A2D796
(162,215,150)
#B3DEAA
(179,222,170)
#C4E5BE
(196,229,190)
#D5ECD2
(213,236,210)
#E6F3E6
(230,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CAD1E color. Also use rgb(60,173,30) instead hex code.

Text Font Color

.myTextColor { color: #3CAD1E; }

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

This text font color is #3CAD1E.


Background Color

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

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

This div background color is #3CAD1E.


Border color

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

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

This div border color is #3CAD1E.


Opacity

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

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

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

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

This text has shadow with #3CAD1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CAD1E on black background.


Color preview on white background

This text has color #3CAD1E on white background.



Black color preview on #3CAD1E background

This text has black color on #3CAD1E background.


White color preview on #3CAD1E background

This text has white color on #3CAD1E background.