Color Hex Logo

#7af30f Color Hex

#7AF30F
(122,243,15)
0 Favorites   0 Comments

Color spaces of #7af30f

RGB 12224315
HSL0.260.900.51
HSV92°94°95°
CMYK 0.500.000.94   0.05
XYZ40.162968.273211.5132
Yxy68.27320.33480.5692
Hunter Lab82.6276-57.834649.5779
CIE-Lab86.1429-65.068781.5336

#7af30f color RGB value is (122,243,15).

#7af30f hex color red value is 122, green value is 243 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #7af30f hue: 0.26 , saturation: 0.90 and the lightness value of 7af30f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11110011 00001111
Octal 172 363 17
Decimal 122 243 15
Hex 7A F3 F

RGB Percentages of Color #7af30f

%32.11
%63.95
%3.95

CMYK Percentages of Color #7af30f

%50
%0
%94
%5

Triadic Colors of #7af30f

#7af30f #0f7af3 #f30f7a

Analogous Colors of #7af30f

#7af30f #0ff316 #ecf30f

Monochromatic Colors of #7af30f

#7af30f

Complementary Color

#7af30f #880ff3

#7af30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7af30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7af30f Color CSS Codes

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

#7af30f Text Font Color

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

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


#7af30f Background Color

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

This div background color is #7af30f


#7af30f Border Color

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

This div border color is #7af30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7af30f


Comments

No comments written yet.

Please login to write comment.