Color Hex Logo

#3cd45b Color Hex

#3CD45B
(60,212,91)
0 Favorites   0 Comments

Color spaces of #3cd45b

RGB 6021291
HSL0.370.640.53
HSV132°72°83°
CMYK 0.720.000.57   0.17
XYZ27.295348.803017.8788
Yxy48.80300.29040.5193
Hunter Lab69.8591-52.510133.7275
CIE-Lab75.3286-63.779947.9441

#3cd45b color RGB value is (60,212,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11010100 01011011
Octal 74 324 133
Decimal 60 212 91
Hex 3C D4 5B

RGB Percentages of Color #3cd45b

%16.53
%58.40
%25.07

CMYK Percentages of Color #3cd45b

%72
%0
%57
%17

Triadic Colors of #3cd45b

#3cd45b #5b3cd4 #d45b3c

Analogous Colors of #3cd45b

#3cd45b #3cd4a7 #69d43c

Monochromatic Colors of #3cd45b

#3cd45b

Complementary Color

#3cd45b #d43cb5

#3cd45b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cd45b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cd45b Color CSS Codes

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

#3cd45b Text Font Color

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

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


#3cd45b Background Color

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

This div background color is #3cd45b


#3cd45b Border Color

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

This div border color is #3cd45b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cd45b


Comments

No comments written yet.

Please login to write comment.