Color Hex Logo

#7af400 Color Hex

#7AF400
(122,244,0)
0 Favorites   0 Comments

Color spaces of #7af400

RGB 1222440
HSL0.251.000.48
HSV90°100°96°
CMYK 0.500.001.00   0.04
XYZ40.376768.838911.1592
Yxy68.83890.33540.5719
Hunter Lab82.9692-58.329750.1041
CIE-Lab86.4242-65.616782.9981

#7af400 color RGB value is (122,244,0).

#7af400 hex color red value is 122, green value is 244 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #7af400 hue: 0.25 , saturation: 1.00 and the lightness value of 7af400 is 0.48.

The process color (four color CMYK) of #7af400 color hex is 0.50, 0.00, 1.00, 0.04. Web safe color of #7af400 is #66ff00. Color #7af400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11110100 00000000
Octal 172 364 0
Decimal 122 244 0
Hex 7A F4 0

RGB Percentages of Color #7af400

%33.33
%66.67
%0.00

CMYK Percentages of Color #7af400

%50
%0
%100
%4

Triadic Colors of #7af400

#7af400 #007af4 #f4007a

Analogous Colors of #7af400

#7af400 #00f400 #f4f400

Monochromatic Colors of #7af400

#7af400

Complementary Color

#7af400 #7a00f4

#7af400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7af400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7af400 Color CSS Codes

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

#7af400 Text Font Color

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

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


#7af400 Background Color

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

This div background color is #7af400


#7af400 Border Color

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

This div border color is #7af400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7af400


Comments

No comments written yet.

Please login to write comment.