Color Hex Logo

#3cc046 Color Hex

#3CC046
(60,192,70)
0 Favorites   0 Comments

Color spaces of #3cc046

RGB 6019270
HSL0.350.520.49
HSV125°69°75°
CMYK 0.690.000.64   0.25
XYZ21.818639.102112.1919
Yxy39.10210.29840.5348
Hunter Lab62.5317-47.148132.2123
CIE-Lab68.8252-59.476749.8525

#3cc046 color RGB value is (60,192,70).

#3cc046 hex color red value is 60, green value is 192 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #3cc046 hue: 0.35 , saturation: 0.52 and the lightness value of 3cc046 is 0.49.

The process color (four color CMYK) of #3cc046 color hex is 0.69, 0.00, 0.64, 0.25. Web safe color of #3cc046 is #33cc33. Color #3cc046 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11000000 01000110
Octal 74 300 106
Decimal 60 192 70
Hex 3C C0 46

RGB Percentages of Color #3cc046

%18.63
%59.63
%21.74

CMYK Percentages of Color #3cc046

%69
%0
%64
%25

Triadic Colors of #3cc046

#3cc046 #463cc0 #c0463c

Analogous Colors of #3cc046

#3cc046 #3cc088 #74c03c

Monochromatic Colors of #3cc046

#3cc046

Complementary Color

#3cc046 #c03cb6

#3cc046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cc046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cc046 Color CSS Codes

.mybgcolor {background-color:#3cc046; } 
.myforecolor {color:#3cc046; }
.mybordercolor {border:3px solid #3cc046; }

#3cc046 Text Font Color

<p style="color:#3cc046">Text here</p>

This sample text font color is #3cc046
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#3cc046 Background Color

<div style="background-color:#3cc046">
Div content here</div>

This div background color is #3cc046


#3cc046 Border Color

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

This div border color is #3cc046


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,192,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3cc046; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3cc046;
  -webkit-box-shadow: 1px 1px 3px 2px #3cc046;
  box-shadow:         1px 1px 3px 2px #3cc046; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,192,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3cc046">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #3cc046;
  -webkit-box-shadow: 1px 1px 3px 2px #3cc046;
  box-shadow:         1px 1px 3px 2px #3cc046;">
Div content here</div>

This div box has shadow with color #3cc046


Comments

No comments written yet.

Please login to write comment.