Color Hex Logo

#60bc18 Color Hex

#60BC18
(96,188,24)
0 Favorites   0 Comments

Color spaces of #60bc18

RGB 9618824
HSL0.260.770.42
HSV94°87°74°
CMYK 0.490.000.87   0.26
XYZ22.972038.51927.0884
Yxy38.51920.33500.5617
Hunter Lab62.0638-42.542636.6731
CIE-Lab68.4015-52.348565.0637

#60bc18 color RGB value is (96,188,24).

#60bc18 hex color red value is 96, green value is 188 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #60bc18 hue: 0.26 , saturation: 0.77 and the lightness value of 60bc18 is 0.42.

The process color (four color CMYK) of #60bc18 color hex is 0.49, 0.00, 0.87, 0.26. Web safe color of #60bc18 is #66cc00. Color #60bc18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111100 00011000
Octal 140 274 30
Decimal 96 188 24
Hex 60 BC 18

RGB Percentages of Color #60bc18

%31.17
%61.04
%7.79

CMYK Percentages of Color #60bc18

%49
%0
%87
%26

Triadic Colors of #60bc18

#60bc18 #1860bc #bc1860

Analogous Colors of #60bc18

#60bc18 #18bc22 #b2bc18

Monochromatic Colors of #60bc18

#60bc18

Complementary Color

#60bc18 #7418bc

#60bc18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bc18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bc18 Color CSS Codes

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

#60bc18 Text Font Color

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

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


#60bc18 Background Color

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

This div background color is #60bc18


#60bc18 Border Color

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

This div border color is #60bc18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bc18


Comments

No comments written yet.

Please login to write comment.