Color Hex Logo

#1efa34 Color Hex

#1EFA34
(30,250,52)
0 Favorites   0 Comments

Color spaces of #1efa34

RGB 3025052
HSL0.350.960.55
HSV126°88°98°
CMYK 0.880.000.79   0.02
XYZ35.340968.895214.6843
Yxy68.89520.29720.5793
Hunter Lab83.0031-69.254147.6130
CIE-Lab86.4521-82.061974.0777

#1efa34 color RGB value is (30,250,52).

#1efa34 hex color red value is 30, green value is 250 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #1efa34 hue: 0.35 , saturation: 0.96 and the lightness value of 1efa34 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111010 00110100
Octal 36 372 64
Decimal 30 250 52
Hex 1E FA 34

RGB Percentages of Color #1efa34

%9.04
%75.30
%15.66

CMYK Percentages of Color #1efa34

%88
%0
%79
%2

Triadic Colors of #1efa34

#1efa34 #341efa #fa341e

Analogous Colors of #1efa34

#1efa34 #1efaa2 #76fa1e

Monochromatic Colors of #1efa34

#1efa34

Complementary Color

#1efa34 #fa1ee4

#1efa34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efa34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efa34 Color CSS Codes

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

#1efa34 Text Font Color

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

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


#1efa34 Background Color

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

This div background color is #1efa34


#1efa34 Border Color

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

This div border color is #1efa34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efa34

Related Colors


Comments

No comments written yet.

Please login to write comment.