COLOR #3CCA2C

HEX: #3CCA2C RGB: (60,202,44)

Color info

#3CCA2C contains mainly green color. Web safe color of #3CCA2C is #33CC33 (or #3C3).

RGB color model

#3CCA2C color RGB value is (60,202,44).

RGB: (60,202,44) (24%, 79%, 17%)

RGB channels and saturation

R 60 of 255 = 24%
G 202 of 255 = 79%
B 44 of 255 = 17%

60
202
44

R + G + B ~ 40%. #3CCA2C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 60 + 202 + 44 = 306 (100%)
R 60 of 306 ~ 19.61%
G 202 of 306 ~ 66.01%
B 44 of 306 ~ 14.38'%

%19.61
%66.01
%14.38

CMYK color model

#3CCA2C color CMYK value is (70,0,78,21).

  • cyan value is 70.30%
  • magenta value is 0.00%
  • yellow value is 78.22%
  • key color value is 20.78%
CMYK: (70,0,78,21) C70M0Y78K21 (70%,0%,78%,21%) (0.70/0.00/0.78/0.21) 

CMYK percentages

%70.3
%0
%78.22
%20.78

Codes

Color #3CCA2C in popluar color models

3C CA 2C
RGB 60 202 44
HSL 114° 64.23% 48.24%
HSB/HSV 114° 78.22% 79.22%
CMYK 70.30% 0.00% 78.22%
20.78%

Color #3CCA2C in popluar number systems.

HEX 3C CA 2C
Decimal 60 202 44
Binary 111100 11001010 101100
Octal 74 312 54

Shades and tints

Shades of #3CCA2C

#3CCA2C
(60,202,44)
#37B828
(55,184,40)
#32A624
(50,166,36)
#2D9420
(45,148,32)
#28821C
(40,130,28)
#237018
(35,112,24)
#1E5E14
(30,94,20)
#194C10
(25,76,16)
#143A0C
(20,58,12)
#0F2808
(15,40,8)
#0A1604
(10,22,4)
#000000
(0,0,0)

Tints of #3CCA2C

#3CCA2C
(60,202,44)
#4DCE3F
(77,206,63)
#5ED252
(94,210,82)
#6FD665
(111,214,101)
#80DA78
(128,218,120)
#91DE8B
(145,222,139)
#A2E29E
(162,226,158)
#B3E6B1
(179,230,177)
#C4EAC4
(196,234,196)
#D5EED7
(213,238,215)
#E6F2EA
(230,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CCA2C color. Also use rgb(60,202,44) instead hex code.

Text Font Color

.myTextColor { color: #3CCA2C; }

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

This text font color is #3CCA2C.

Background Color

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

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

This div background color is #3CCA2C.

Border color

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

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

This div border color is #3CCA2C.

Opacity

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

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

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

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

This text has shadow with #3CCA2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CCA2C.

Preview

Color preview on black background

This text has color #3CCA2C on black background.


Color preview on white background

This text has color #3CCA2C on white background.


Black color preview on #3CCA2C background

This text has black color on #3CCA2C background.


White color preview on #3CCA2C background

This text has white color on #3CCA2C background.


Related colors

Complementary color

Complementary color for #hex is #C335D3.


I love getcolorcode.com

Triadic colors

1 #2C3CCA and #CA2C3C with #3CCA2C are triadic colors.

2 #2CCA3C and #CA3C2C with #3CCA2C are triadic colors.