Color Hex Logo

#3cf601 Color Hex

#3CF601
(60,246,1)
0 Favorites   0 Comments

Color spaces of #3cf601

RGB 602461
HSL0.290.990.48
HSV106°100°96°
CMYK 0.760.001.00   0.04
XYZ34.824766.874411.1013
Yxy66.87440.30870.5929
Hunter Lab81.7768-67.095049.1950
CIE-Lab85.4405-79.460581.4642

#3cf601 color RGB value is (60,246,1).

#3cf601 hex color red value is 60, green value is 246 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #3cf601 hue: 0.29 , saturation: 0.99 and the lightness value of 3cf601 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11110110 00000001
Octal 74 366 1
Decimal 60 246 1
Hex 3C F6 1

RGB Percentages of Color #3cf601

%19.54
%80.13
%0.33

CMYK Percentages of Color #3cf601

%76
%0
%100
%4

Triadic Colors of #3cf601

#3cf601 #013cf6 #f6013c

Analogous Colors of #3cf601

#3cf601 #01f641 #b7f601

Monochromatic Colors of #3cf601

#3cf601

Complementary Color

#3cf601 #bb01f6

#3cf601 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf601 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf601 Color CSS Codes

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

#3cf601 Text Font Color

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

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


#3cf601 Background Color

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

This div background color is #3cf601


#3cf601 Border Color

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

This div border color is #3cf601


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf601


Comments

No comments written yet.

Please login to write comment.