Color Hex Logo

#3cf03f Color Hex

#3CF03F
(60,240,63)
0 Favorites   0 Comments

Color spaces of #3cf03f

RGB 6024063
HSL0.340.860.59
HSV121°75°94°
CMYK 0.750.000.74   0.06
XYZ33.920863.639715.1985
Yxy63.63970.30080.5644
Hunter Lab79.7745-63.705644.5463
CIE-Lab83.7778-75.416568.2834

#3cf03f color RGB value is (60,240,63).

#3cf03f hex color red value is 60, green value is 240 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #3cf03f hue: 0.34 , saturation: 0.86 and the lightness value of 3cf03f is 0.59.

The process color (four color CMYK) of #3cf03f color hex is 0.75, 0.00, 0.74, 0.06. Web safe color of #3cf03f is #33ff33. Color #3cf03f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11110000 00111111
Octal 74 360 77
Decimal 60 240 63
Hex 3C F0 3F

RGB Percentages of Color #3cf03f

%16.53
%66.12
%17.36

CMYK Percentages of Color #3cf03f

%75
%0
%74
%6

Triadic Colors of #3cf03f

#3cf03f #3f3cf0 #f03f3c

Analogous Colors of #3cf03f

#3cf03f #3cf099 #93f03c

Monochromatic Colors of #3cf03f

#3cf03f

Complementary Color

#3cf03f #f03ced

#3cf03f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf03f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf03f Color CSS Codes

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

#3cf03f Text Font Color

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

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


#3cf03f Background Color

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

This div background color is #3cf03f


#3cf03f Border Color

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

This div border color is #3cf03f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf03f


Comments

No comments written yet.

Please login to write comment.