Color Hex Logo

#3cd45a Color Hex

#3CD45A
(60,212,90)
0 Favorites   0 Comments

Color spaces of #3cd45a

RGB 6021290
HSL0.370.640.53
HSV132°72°83°
CMYK 0.720.000.58   0.17
XYZ27.252448.785817.6531
Yxy48.78580.29090.5207
Hunter Lab69.8468-52.585933.9078
CIE-Lab75.3179-63.906648.3884

#3cd45a color RGB value is (60,212,90).

#3cd45a hex color red value is 60, green value is 212 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #3cd45a hue: 0.37 , saturation: 0.64 and the lightness value of 3cd45a is 0.53.

The process color (four color CMYK) of #3cd45a color hex is 0.72, 0.00, 0.58, 0.17. Web safe color of #3cd45a is #33cc66. Color #3cd45a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11010100 01011010
Octal 74 324 132
Decimal 60 212 90
Hex 3C D4 5A

RGB Percentages of Color #3cd45a

%16.57
%58.56
%24.86

CMYK Percentages of Color #3cd45a

%72
%0
%58
%17

Triadic Colors of #3cd45a

#3cd45a #5a3cd4 #d45a3c

Analogous Colors of #3cd45a

#3cd45a #3cd4a6 #6ad43c

Monochromatic Colors of #3cd45a

#3cd45a

Complementary Color

#3cd45a #d43cb6

#3cd45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd45a Color CSS Codes

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

#3cd45a Text Font Color

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

This sample text font color is #3cd45a
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.


#3cd45a Background Color

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

This div background color is #3cd45a


#3cd45a Border Color

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

This div border color is #3cd45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd45a


Comments

No comments written yet.

Please login to write comment.