Color Hex Logo

#60bb3c Color Hex

#60BB3C
(96,187,60)
0 Favorites   0 Comments

Color spaces of #60bb3c

RGB 9618760
HSL0.290.510.48
HSV103°68°73°
CMYK 0.490.000.68   0.27
XYZ23.409838.353710.4441
Yxy38.35370.32420.5312
Hunter Lab61.9304-40.904833.3524
CIE-Lab68.2805-49.860653.7594

#60bb3c color RGB value is (96,187,60).

#60bb3c hex color red value is 96, green value is 187 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #60bb3c hue: 0.29 , saturation: 0.51 and the lightness value of 60bb3c is 0.48.

The process color (four color CMYK) of #60bb3c color hex is 0.49, 0.00, 0.68, 0.27. Web safe color of #60bb3c is #66cc33. Color #60bb3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111011 00111100
Octal 140 273 74
Decimal 96 187 60
Hex 60 BB 3C

RGB Percentages of Color #60bb3c

%27.99
%54.52
%17.49

CMYK Percentages of Color #60bb3c

%49
%0
%68
%27

Triadic Colors of #60bb3c

#60bb3c #3c60bb #bb3c60

Analogous Colors of #60bb3c

#60bb3c #3cbb57 #a0bb3c

Monochromatic Colors of #60bb3c

#60bb3c

Complementary Color

#60bb3c #973cbb

#60bb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bb3c Color CSS Codes

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

#60bb3c Text Font Color

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

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


#60bb3c Background Color

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

This div background color is #60bb3c


#60bb3c Border Color

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

This div border color is #60bb3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bb3c


Comments

No comments written yet.

Please login to write comment.