Color Hex Logo

#1ea71e Color Hex

#1EA71E
(30,167,30)
0 Favorites   0 Comments

Color spaces of #1ea71e

RGB 3016730
HSL0.330.700.39
HSV120°82°65°
CMYK 0.820.000.82   0.35
XYZ14.588528.00725.8653
Yxy28.00720.30100.5779
Hunter Lab52.9218-43.407730.4742
CIE-Lab59.8952-59.427055.3203

#1ea71e color RGB value is (30,167,30).

#1ea71e hex color red value is 30, green value is 167 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #1ea71e hue: 0.33 , saturation: 0.70 and the lightness value of 1ea71e is 0.39.

The process color (four color CMYK) of #1ea71e color hex is 0.82, 0.00, 0.82, 0.35. Web safe color of #1ea71e is #339933. Color #1ea71e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10100111 00011110
Octal 36 247 36
Decimal 30 167 30
Hex 1E A7 1E

RGB Percentages of Color #1ea71e

%13.22
%73.57
%13.22

CMYK Percentages of Color #1ea71e

%82
%0
%82
%35

Triadic Colors of #1ea71e

#1ea71e #1e1ea7 #a71e1e

Analogous Colors of #1ea71e

#1ea71e #1ea762 #63a71e

Monochromatic Colors of #1ea71e

#1ea71e

Complementary Color

#1ea71e #a71ea7

#1ea71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ea71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ea71e Color CSS Codes

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

#1ea71e Text Font Color

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

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


#1ea71e Background Color

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

This div background color is #1ea71e


#1ea71e Border Color

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

This div border color is #1ea71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ea71e


Comments

No comments written yet.

Please login to write comment.