Color Hex Logo

#60e15e Color Hex

#60E15E
(96,225,94)
0 Favorites   0 Comments

Color spaces of #60e15e

RGB 9622594
HSL0.330.690.63
HSV119°58°88°
CMYK 0.570.000.58   0.12
XYZ33.769557.145419.8400
Yxy57.14540.30490.5160
Hunter Lab75.5946-52.551237.3554
CIE-Lab80.2613-60.787252.5824

#60e15e color RGB value is (96,225,94).

#60e15e hex color red value is 96, green value is 225 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #60e15e hue: 0.33 , saturation: 0.69 and the lightness value of 60e15e is 0.63.

The process color (four color CMYK) of #60e15e color hex is 0.57, 0.00, 0.58, 0.12. Web safe color of #60e15e is #66cc66. Color #60e15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11100001 01011110
Octal 140 341 136
Decimal 96 225 94
Hex 60 E1 5E

RGB Percentages of Color #60e15e

%23.13
%54.22
%22.65

CMYK Percentages of Color #60e15e

%57
%0
%58
%12

Triadic Colors of #60e15e

#60e15e #5e60e1 #e15e60

Analogous Colors of #60e15e

#60e15e #5ee19e #a2e15e

Monochromatic Colors of #60e15e

#60e15e

Complementary Color

#60e15e #df5ee1

#60e15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60e15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60e15e Color CSS Codes

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

#60e15e Text Font Color

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

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


#60e15e Background Color

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

This div background color is #60e15e


#60e15e Border Color

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

This div border color is #60e15e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60e15e


Comments

No comments written yet.

Please login to write comment.