COLOR #3CC04A

HEX: #3CC04A RGB: (60,192,74)

Color info

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

RGB color model

#3CC04A color RGB value is (60,192,74).

RGB: (60,192,74) (24%, 75%, 29%)

RGB channels and saturation

R 60 of 255 = 24%
G 192 of 255 = 75%
B 74 of 255 = 29%

60
192
74

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

Portions of RGB colors in percentages

R + G + B = 60 + 192 + 74 = 326 (100%)
R 60 of 326 ~ 18.4%
G 192 of 326 ~ 58.9%
B 74 of 326 ~ 22.7'%

%18.4
%58.9
%22.7

CMYK color model

#3CC04A color CMYK value is (69,0,61,25).

  • cyan value is 68.75%
  • magenta value is 0.00%
  • yellow value is 61.46%
  • key color value is 24.71%

CMYK: (69,0,61,25)
C69M0Y61K25 (69%, 0%, 61%, 25%)
(0.69 / 0.00 / 0.61 / 0.25)

CMYK percentages

%68.75
%0
%61.46
%24.71

Codes

Color #3CC04A in popluar color models

3C C0 4A
RGB 60 192 74
HSL 126° 52.38% 49.41%
HSB/HSV 126° 68.75% 75.29%
CMYK 68.75% 0.00% 61.46%
24.71%

Color #3CC04A in popluar number systems.

HEX 3C C0 4A
Decimal 60 192 74
Binary 111100 11000000 1001010
Octal 74 300 112

Shades and tints

Shades of #3CC04A

#3CC04A
(60,192,74)
#37AF44
(55,175,68)
#329E3E
(50,158,62)
#2D8D38
(45,141,56)
#287C32
(40,124,50)
#236B2C
(35,107,44)
#1E5A26
(30,90,38)
#194920
(25,73,32)
#14381A
(20,56,26)
#0F2714
(15,39,20)
#0A160E
(10,22,14)
#000000
(0,0,0)

Tints of #3CC04A

#3CC04A
(60,192,74)
#4DC55A
(77,197,90)
#5ECA6A
(94,202,106)
#6FCF7A
(111,207,122)
#80D48A
(128,212,138)
#91D99A
(145,217,154)
#A2DEAA
(162,222,170)
#B3E3BA
(179,227,186)
#C4E8CA
(196,232,202)
#D5EDDA
(213,237,218)
#E6F2EA
(230,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CC04A color. Also use rgb(60,192,74) instead hex code.

Text Font Color

.myTextColor { color: #3CC04A; }

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

This text font color is #3CC04A.

Background Color

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

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

This div background color is #3CC04A.

Border color

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

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

This div border color is #3CC04A.

Opacity

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

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

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

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

This text has shadow with #3CC04A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CC04A.

Preview

Color preview on black background

This text has color #3CC04A on black background.


Color preview on white background

This text has color #3CC04A on white background.


Black color preview on #3CC04A background

This text has black color on #3CC04A background.


White color preview on #3CC04A background

This text has white color on #3CC04A background.


Related colors

Complementary color

Complementary color for #hex is #C33FB5.


I love getcolorcode.com

Triadic colors

1 #4A3CC0 and #C04A3C with #3CC04A are triadic colors.

2 #4AC03C and #C03C4A with #3CC04A are triadic colors.