Color Hex Logo

#7ad30f Color Hex

#7AD30F
(122,211,15)
0 Favorites   0 Comments

Color spaces of #7ad30f

RGB 12221115
HSL0.240.870.44
HSV87°93°83°
CMYK 0.420.000.93   0.17
XYZ31.406550.76068.5944
Yxy50.76060.34600.5593
Hunter Lab71.2465-45.995942.7204
CIE-Lab76.5338-53.180873.7486

#7ad30f color RGB value is (122,211,15).

#7ad30f hex color red value is 122, green value is 211 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #7ad30f hue: 0.24 , saturation: 0.87 and the lightness value of 7ad30f is 0.44.

The process color (four color CMYK) of #7ad30f color hex is 0.42, 0.00, 0.93, 0.17. Web safe color of #7ad30f is #66cc00. Color #7ad30f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11010011 00001111
Octal 172 323 17
Decimal 122 211 15
Hex 7A D3 F

RGB Percentages of Color #7ad30f

%35.06
%60.63
%4.31

CMYK Percentages of Color #7ad30f

%42
%0
%93
%17

Triadic Colors of #7ad30f

#7ad30f #0f7ad3 #d30f7a

Analogous Colors of #7ad30f

#7ad30f #18d30f #d3ca0f

Monochromatic Colors of #7ad30f

#7ad30f

Complementary Color

#7ad30f #680fd3

#7ad30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ad30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ad30f Color CSS Codes

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

#7ad30f Text Font Color

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

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


#7ad30f Background Color

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

This div background color is #7ad30f


#7ad30f Border Color

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

This div border color is #7ad30f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,211,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 #7ad30f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ad30f


Comments

No comments written yet.

Please login to write comment.