Color Hex Logo

#60cf2f Color Hex

#60CF2F
(96,207,47)
0 Favorites   0 Comments

Color spaces of #60cf2f

RGB 9620747
HSL0.280.630.50
HSV102°77°81°
CMYK 0.540.000.77   0.19
XYZ27.649847.317710.3653
Yxy47.31770.32400.5545
Hunter Lab68.7879-48.629339.2174
CIE-Lab74.3925-58.323164.5282

#60cf2f color RGB value is (96,207,47).

#60cf2f hex color red value is 96, green value is 207 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #60cf2f hue: 0.28 , saturation: 0.63 and the lightness value of 60cf2f is 0.50.

The process color (four color CMYK) of #60cf2f color hex is 0.54, 0.00, 0.77, 0.19. Web safe color of #60cf2f is #66cc33. Color #60cf2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001111 00101111
Octal 140 317 57
Decimal 96 207 47
Hex 60 CF 2F

RGB Percentages of Color #60cf2f

%27.43
%59.14
%13.43

CMYK Percentages of Color #60cf2f

%54
%0
%77
%19

Triadic Colors of #60cf2f

#60cf2f #2f60cf #cf2f60

Analogous Colors of #60cf2f

#60cf2f #2fcf4e #b0cf2f

Monochromatic Colors of #60cf2f

#60cf2f

Complementary Color

#60cf2f #9e2fcf

#60cf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cf2f Color CSS Codes

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

#60cf2f Text Font Color

<p style="color:#60cf2f">Text here</p>

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


#60cf2f Background Color

<div style="background-color:#60cf2f">
Div content here</div>

This div background color is #60cf2f


#60cf2f Border Color

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

This div border color is #60cf2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,207,47, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cf2f


Comments

No comments written yet.

Please login to write comment.