Color Hex Logo

#7ade2a Color Hex

#7ADE2A
(122,222,42)
0 Favorites   0 Comments

Color spaces of #7ade2a

RGB 12222242
HSL0.260.730.52
HSV93°81°87°
CMYK 0.450.000.81   0.13
XYZ34.565256.547311.2834
Yxy56.54730.33760.5522
Hunter Lab75.1979-49.547843.7421
CIE-Lab79.9243-56.574771.4454

#7ade2a color RGB value is (122,222,42).

#7ade2a hex color red value is 122, green value is 222 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #7ade2a hue: 0.26 , saturation: 0.73 and the lightness value of 7ade2a is 0.52.

The process color (four color CMYK) of #7ade2a color hex is 0.45, 0.00, 0.81, 0.13. Web safe color of #7ade2a is #66cc33. Color #7ade2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011110 00101010
Octal 172 336 52
Decimal 122 222 42
Hex 7A DE 2A

RGB Percentages of Color #7ade2a

%31.61
%57.51
%10.88

CMYK Percentages of Color #7ade2a

%45
%0
%81
%13

Triadic Colors of #7ade2a

#7ade2a #2a7ade #de2a7a

Analogous Colors of #7ade2a

#7ade2a #2ade34 #d4de2a

Monochromatic Colors of #7ade2a

#7ade2a

Complementary Color

#7ade2a #8e2ade

#7ade2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ade2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ade2a Color CSS Codes

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

#7ade2a Text Font Color

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

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


#7ade2a Background Color

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

This div background color is #7ade2a


#7ade2a Border Color

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

This div border color is #7ade2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,222,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ade2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ade2a;
  -webkit-box-shadow: 1px 1px 3px 2px #7ade2a;
  box-shadow:         1px 1px 3px 2px #7ade2a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ade2a


Comments

No comments written yet.

Please login to write comment.