Color Hex Logo

#7ef42e Color Hex

#7EF42E
(126,244,46)
0 Favorites   0 Comments

Color spaces of #7ef42e

RGB 12624446
HSL0.270.900.57
HSV96°81°96°
CMYK 0.480.000.81   0.04
XYZ41.448069.334213.7831
Yxy69.33420.33270.5566
Hunter Lab83.2672-56.865448.4728
CIE-Lab86.6693-63.377876.5947

#7ef42e color RGB value is (126,244,46).

#7ef42e hex color red value is 126, green value is 244 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7ef42e hue: 0.27 , saturation: 0.90 and the lightness value of 7ef42e is 0.57.

The process color (four color CMYK) of #7ef42e color hex is 0.48, 0.00, 0.81, 0.04. Web safe color of #7ef42e is #66ff33. Color #7ef42e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110100 00101110
Octal 176 364 56
Decimal 126 244 46
Hex 7E F4 2E

RGB Percentages of Color #7ef42e

%30.29
%58.65
%11.06

CMYK Percentages of Color #7ef42e

%48
%0
%81
%4

Triadic Colors of #7ef42e

#7ef42e #2e7ef4 #f42e7e

Analogous Colors of #7ef42e

#7ef42e #2ef441 #e1f42e

Monochromatic Colors of #7ef42e

#7ef42e

Complementary Color

#7ef42e #a42ef4

#7ef42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef42e Color CSS Codes

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

#7ef42e Text Font Color

<p style="color:#7ef42e">Text here</p>

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


#7ef42e Background Color

<div style="background-color:#7ef42e">
Div content here</div>

This div background color is #7ef42e


#7ef42e Border Color

<div style="border:3px solid #7ef42e">
Div here</div>

This div border color is #7ef42e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,244,46, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ef42e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ef42e;
  -webkit-box-shadow: 1px 1px 3px 2px #7ef42e;
  box-shadow:         1px 1px 3px 2px #7ef42e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef42e


Comments

No comments written yet.

Please login to write comment.