Color Hex Logo

#02e60e Color Hex

#02E60E
(2,230,14)
0 Favorites   0 Comments

Color spaces of #02e60e

RGB 223014
HSL0.340.980.45
HSV123°99°90°
CMYK 0.990.000.94   0.10
XYZ28.401156.63829.8508
Yxy56.63820.29930.5969
Hunter Lab75.2584-64.339544.9202
CIE-Lab79.9757-79.414575.6910

#02e60e color RGB value is (2,230,14).

#02e60e hex color red value is 2, green value is 230 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #02e60e hue: 0.34 , saturation: 0.98 and the lightness value of 02e60e is 0.45.

The process color (four color CMYK) of #02e60e color hex is 0.99, 0.00, 0.94, 0.10. Web safe color of #02e60e is #00ff00. Color #02e60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000010 11100110 00001110
Octal 2 346 16
Decimal 2 230 14
Hex 2 E6 E

RGB Percentages of Color #02e60e

%0.81
%93.50
%5.69

CMYK Percentages of Color #02e60e

%99
%0
%94
%10

Triadic Colors of #02e60e

#02e60e #0e02e6 #e60e02

Analogous Colors of #02e60e

#02e60e #02e680 #68e602

Monochromatic Colors of #02e60e

#02e60e

Complementary Color

#02e60e #e602da

#02e60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#02e60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#02e60e Color CSS Codes

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

#02e60e Text Font Color

<p style="color:#02e60e">Text here</p>

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


#02e60e Background Color

<div style="background-color:#02e60e">
Div content here</div>

This div background color is #02e60e


#02e60e Border Color

<div style="border:3px solid #02e60e">
Div here</div>

This div border color is #02e60e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(2,230,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #02e60e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #02e60e;
  -webkit-box-shadow: 1px 1px 3px 2px #02e60e;
  box-shadow:         1px 1px 3px 2px #02e60e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #02e60e


Comments

No comments written yet.

Please login to write comment.