Color Hex Logo

#00ff60 Color Hex

#00FF60
(0,255,96)
1 Favorites   0 Comments

Color spaces of #00ff60

RGB 025596
HSL0.401.000.50
HSV143°100°100°
CMYK 1.000.000.62   0.00
XYZ37.871372.364523.0381
Yxy72.36450.28420.5430
Hunter Lab85.0673-69.401043.4901
CIE-Lab88.1437-80.969360.3812

#00ff60 color RGB value is (0,255,96).

#00ff60 hex color red value is 0, green value is 255 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #00ff60 hue: 0.40 , saturation: 1.00 and the lightness value of 00ff60 is 0.50.

The process color (four color CMYK) of #00ff60 color hex is 1.00, 0.00, 0.62, 0.00. Web safe color of #00ff60 is #00ff66. Color #00ff60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11111111 01100000
Octal 0 377 140
Decimal 0 255 96
Hex 0 FF 60

RGB Percentages of Color #00ff60

%0.00
%72.65
%27.35

CMYK Percentages of Color #00ff60

%100
%0
%62
%0

Triadic Colors of #00ff60

#00ff60 #6000ff #ff6000

Analogous Colors of #00ff60

#00ff60 #00ffe0 #20ff00

Monochromatic Colors of #00ff60

#00ff60

Complementary Color

#00ff60 #ff009f

#00ff60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ff60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ff60 Color CSS Codes

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

#00ff60 Text Font Color

<p style="color:#00ff60">Text here</p>

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


#00ff60 Background Color

<div style="background-color:#00ff60">
Div content here</div>

This div background color is #00ff60


#00ff60 Border Color

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

This div border color is #00ff60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,255,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00ff60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00ff60;
  -webkit-box-shadow: 1px 1px 3px 2px #00ff60;
  box-shadow:         1px 1px 3px 2px #00ff60; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ff60


Comments

No comments written yet.

Please login to write comment.