Color Hex Logo

#3cf55c Color Hex

#3CF55C
(60,245,92)
0 Favorites   0 Comments

Color spaces of #3cf55c

RGB 6024592
HSL0.360.900.60
HSV130°76°96°
CMYK 0.760.000.62   0.04
XYZ36.447767.038221.1439
Yxy67.03820.29240.5379
Hunter Lab81.8769-63.824842.0027
CIE-Lab85.5232-74.343259.2232

#3cf55c color RGB value is (60,245,92).

#3cf55c hex color red value is 60, green value is 245 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #3cf55c hue: 0.36 , saturation: 0.90 and the lightness value of 3cf55c is 0.60.

The process color (four color CMYK) of #3cf55c color hex is 0.76, 0.00, 0.62, 0.04. Web safe color of #3cf55c is #33ff66. Color #3cf55c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11110101 01011100
Octal 74 365 134
Decimal 60 245 92
Hex 3C F5 5C

RGB Percentages of Color #3cf55c

%15.11
%61.71
%23.17

CMYK Percentages of Color #3cf55c

%76
%0
%62
%4

Triadic Colors of #3cf55c

#3cf55c #5c3cf5 #f55c3c

Analogous Colors of #3cf55c

#3cf55c #3cf5b9 #79f53c

Monochromatic Colors of #3cf55c

#3cf55c

Complementary Color

#3cf55c #f53cd5

#3cf55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf55c Color CSS Codes

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

#3cf55c Text Font Color

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

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


#3cf55c Background Color

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

This div background color is #3cf55c


#3cf55c Border Color

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

This div border color is #3cf55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf55c


Comments

No comments written yet.

Please login to write comment.