Color Hex Logo

#3cc58d Color Hex

#3CC58D
(60,197,141)
0 Favorites   0 Comments

Color spaces of #3cc58d

RGB 60197141
HSL0.430.540.50
HSV155°70°77°
CMYK 0.700.000.28   0.23
XYZ26.637542.816332.0597
Yxy42.81630.26240.4218
Hunter Lab65.4342-41.844516.7546
CIE-Lab71.4301-49.647617.6870

#3cc58d color RGB value is (60,197,141).

#3cc58d hex color red value is 60, green value is 197 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #3cc58d hue: 0.43 , saturation: 0.54 and the lightness value of 3cc58d is 0.50.

The process color (four color CMYK) of #3cc58d color hex is 0.70, 0.00, 0.28, 0.23. Web safe color of #3cc58d is #33cc99. Color #3cc58d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11000101 10001101
Octal 74 305 215
Decimal 60 197 141
Hex 3C C5 8D

RGB Percentages of Color #3cc58d

%15.08
%49.50
%35.43

CMYK Percentages of Color #3cc58d

%70
%0
%28
%23

Triadic Colors of #3cc58d

#3cc58d #8d3cc5 #c58d3c

Analogous Colors of #3cc58d

#3cc58d #3cb9c5 #3cc549

Monochromatic Colors of #3cc58d

#3cc58d

Complementary Color

#3cc58d #c53c74

#3cc58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cc58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cc58d Color CSS Codes

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

#3cc58d Text Font Color

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

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


#3cc58d Background Color

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

This div background color is #3cc58d


#3cc58d Border Color

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

This div border color is #3cc58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cc58d


Comments

No comments written yet.

Please login to write comment.