Color Hex Logo

#01eb3a Color Hex

#01EB3A
(1,235,58)
0 Favorites   0 Comments

Color spaces of #01eb3a

RGB 123558
HSL0.370.990.46
HSV135°100°92°
CMYK 1.000.000.75   0.08
XYZ30.484659.728613.9251
Yxy59.72860.29270.5736
Hunter Lab77.2843-64.838643.4161
CIE-Lab81.6904-78.823867.6669

#01eb3a color RGB value is (1,235,58).

#01eb3a hex color red value is 1, green value is 235 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #01eb3a hue: 0.37 , saturation: 0.99 and the lightness value of 01eb3a is 0.46.

The process color (four color CMYK) of #01eb3a color hex is 1.00, 0.00, 0.75, 0.08. Web safe color of #01eb3a is #00ff33. Color #01eb3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 11101011 00111010
Octal 1 353 72
Decimal 1 235 58
Hex 1 EB 3A

RGB Percentages of Color #01eb3a

%0.34
%79.93
%19.73

CMYK Percentages of Color #01eb3a

%100
%0
%75
%8

Triadic Colors of #01eb3a

#01eb3a #3a01eb #eb3a01

Analogous Colors of #01eb3a

#01eb3a #01ebaf #3deb01

Monochromatic Colors of #01eb3a

#01eb3a

Complementary Color

#01eb3a #eb01b2

#01eb3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01eb3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01eb3a Color CSS Codes

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

#01eb3a Text Font Color

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

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


#01eb3a Background Color

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

This div background color is #01eb3a


#01eb3a Border Color

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

This div border color is #01eb3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01eb3a


Comments

No comments written yet.

Please login to write comment.