Color Hex Logo

#1ef13a Color Hex

#1EF13A
(30,241,58)
0 Favorites   0 Comments

Color spaces of #1ef13a

RGB 3024158
HSL0.360.880.53
HSV128°88°95°
CMYK 0.880.000.76   0.05
XYZ32.754463.492114.5319
Yxy63.49210.29570.5731
Hunter Lab79.6819-66.068444.9644
CIE-Lab83.7006-79.196469.6898

#1ef13a color RGB value is (30,241,58).

#1ef13a hex color red value is 30, green value is 241 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #1ef13a hue: 0.36 , saturation: 0.88 and the lightness value of 1ef13a is 0.53.

The process color (four color CMYK) of #1ef13a color hex is 0.88, 0.00, 0.76, 0.05. Web safe color of #1ef13a is #33ff33. Color #1ef13a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11110001 00111010
Octal 36 361 72
Decimal 30 241 58
Hex 1E F1 3A

RGB Percentages of Color #1ef13a

%9.12
%73.25
%17.63

CMYK Percentages of Color #1ef13a

%88
%0
%76
%5

Triadic Colors of #1ef13a

#1ef13a #3a1ef1 #f13a1e

Analogous Colors of #1ef13a

#1ef13a #1ef1a4 #6cf11e

Monochromatic Colors of #1ef13a

#1ef13a

Complementary Color

#1ef13a #f11ed5

#1ef13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ef13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ef13a Color CSS Codes

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

#1ef13a Text Font Color

<p style="color:#1ef13a">Text here</p>

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


#1ef13a Background Color

<div style="background-color:#1ef13a">
Div content here</div>

This div background color is #1ef13a


#1ef13a Border Color

<div style="border:3px solid #1ef13a">
Div here</div>

This div border color is #1ef13a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,241,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 #1ef13a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ef13a


Comments

No comments written yet.

Please login to write comment.