Color Hex Logo

#00e50f Color Hex

#00E50F
(0,229,15)
0 Favorites   0 Comments

Color spaces of #00e50f

RGB 022915
HSL0.341.000.45
HSV124°100°90°
CMYK 1.000.000.93   0.10
XYZ28.105556.07319.7938
Yxy56.07310.29910.5967
Hunter Lab74.8820-64.046944.6629
CIE-Lab79.6554-79.197875.3123

#00e50f color RGB value is (0,229,15).

#00e50f hex color red value is 0, green value is 229 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #00e50f hue: 0.34 , saturation: 1.00 and the lightness value of 00e50f is 0.45.

The process color (four color CMYK) of #00e50f color hex is 1.00, 0.00, 0.93, 0.10. Web safe color of #00e50f is #00cc00. Color #00e50f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11100101 00001111
Octal 0 345 17
Decimal 0 229 15
Hex 0 E5 F

RGB Percentages of Color #00e50f

%0.00
%93.85
%6.15

CMYK Percentages of Color #00e50f

%100
%0
%93
%10

Triadic Colors of #00e50f

#00e50f #0f00e5 #e50f00

Analogous Colors of #00e50f

#00e50f #00e582 #63e500

Monochromatic Colors of #00e50f

#00e50f

Complementary Color

#00e50f #e500d6

#00e50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00e50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00e50f Color CSS Codes

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

#00e50f Text Font Color

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

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


#00e50f Background Color

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

This div background color is #00e50f


#00e50f Border Color

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

This div border color is #00e50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00e50f


Comments

No comments written yet.

Please login to write comment.