Color Hex Logo

#01e15f Color Hex

#01E15F
(1,225,95)
0 Favorites   0 Comments

Color spaces of #01e15f

RGB 122595
HSL0.400.990.44
HSV145°100°88°
CMYK 1.000.000.58   0.12
XYZ29.003354.683119.8527
Yxy54.68310.28010.5281
Hunter Lab73.9480-59.399235.8461
CIE-Lab78.8584-72.252550.1393

#01e15f color RGB value is (1,225,95).

#01e15f hex color red value is 1, green value is 225 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #01e15f hue: 0.40 , saturation: 0.99 and the lightness value of 01e15f is 0.44.

The process color (four color CMYK) of #01e15f color hex is 1.00, 0.00, 0.58, 0.12. Web safe color of #01e15f is #00cc66. Color #01e15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11100001 01011111
Octal 1 341 137
Decimal 1 225 95
Hex 1 E1 5F

RGB Percentages of Color #01e15f

%0.31
%70.09
%29.60

CMYK Percentages of Color #01e15f

%100
%0
%58
%12

Triadic Colors of #01e15f

#01e15f #5f01e1 #e15f01

Analogous Colors of #01e15f

#01e15f #01e1cf #13e101

Monochromatic Colors of #01e15f

#01e15f

Complementary Color

#01e15f #e10183

#01e15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01e15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#01e15f Color CSS Codes

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

#01e15f Text Font Color

<p style="color:#01e15f">Text here</p>

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


#01e15f Background Color

<div style="background-color:#01e15f">
Div content here</div>

This div background color is #01e15f


#01e15f Border Color

<div style="border:3px solid #01e15f">
Div here</div>

This div border color is #01e15f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,225,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01e15f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01e15f;
  -webkit-box-shadow: 1px 1px 3px 2px #01e15f;
  box-shadow:         1px 1px 3px 2px #01e15f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01e15f


Comments

No comments written yet.

Please login to write comment.