Color Hex Logo

#3cfc4f Color Hex

#3CFC4F
(60,252,79)
0 Favorites   0 Comments

Color spaces of #3cfc4f

RGB 6025279
HSL0.350.970.61
HSV126°76°99°
CMYK 0.760.000.69   0.01
XYZ38.085271.146019.1224
Yxy71.14600.29670.5543
Hunter Lab84.3481-67.012145.6021
CIE-Lab87.5559-77.744166.5431

#3cfc4f color RGB value is (60,252,79).

#3cfc4f hex color red value is 60, green value is 252 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #3cfc4f hue: 0.35 , saturation: 0.97 and the lightness value of 3cfc4f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111100 01001111
Octal 74 374 117
Decimal 60 252 79
Hex 3C FC 4F

RGB Percentages of Color #3cfc4f

%15.35
%64.45
%20.20

CMYK Percentages of Color #3cfc4f

%76
%0
%69
%1

Triadic Colors of #3cfc4f

#3cfc4f #4f3cfc #fc4f3c

Analogous Colors of #3cfc4f

#3cfc4f #3cfcaf #89fc3c

Monochromatic Colors of #3cfc4f

#3cfc4f

Complementary Color

#3cfc4f #fc3ce9

#3cfc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cfc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cfc4f Color CSS Codes

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

#3cfc4f Text Font Color

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

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


#3cfc4f Background Color

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

This div background color is #3cfc4f


#3cfc4f Border Color

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

This div border color is #3cfc4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cfc4f

Related Colors


Comments

No comments written yet.

Please login to write comment.