#7AD007

Color #7AD007 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7AD007

Tints of Lima #7AD007

Color information

#7AD007 (or 0x7AD007) is unknown color: approx Lima. HEX triplet: 7A, D0 and 07. RGB value is (122,208,7). Sum of RGB (Red+Green+Blue) = 122+208+7=337 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.20% from 337); Green value is 208 (81.64% from 255 or 61.72% from 337); Blue value is 7 (3.12% from 255 or 2.08% from 337); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7AD007 is #852FF8. Grayscale: #A0A0A0. Windows color (decimal): -8728569 or 512122. OLE color: 512122.

HSL color Cylindrical-coordinate representation of color #7AD007: hue angle of 85.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7AD007 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB1222087-
CMYK0.4100.970.18
HSL85.67º93.49%42.16%-
HSV(B)85.67º96.63%81.57%-
XYZ30.6249.268.1-
YUV159.3742.01101.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 36.20%
GREEN value IS 208 (81.64% from 255) = 61.72%
BLUE value IS 7 (3.12% from 255) = 2.08%
R=36.20%
G=61.72%
B=2.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal12220870.4100.970.1885.6793.4942.16
Hex7AD072906112565d2a
Octal17232075101412212613552
Binary111101011010000111101001011000011001010101101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AD007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AD007; }

 p { color: rgb(122,208,7); }

 H1.HeaderClassName
 {
   color: #7AD007;
 }
 .AnyTagClassName
 {
   color: #7AD007;
 }
</style>
background-color css

<style>
 a { background-color: #7AD007; }

 a { background-color: rgb(122,208,7); }

 div.DivClassName
 {
   background-color: #7AD007;
 }
 .BgClassName
 {
   background-color: #7AD007;
 }
</style>
border-color css

<style>
 span { border-color: #7AD007; }

 span { border-color: rgb(122,208,7); }

 td.TdClassName
 {
   border-color: #7AD007;
 }
 .TagClassName
 {
   border-color: #7AD007;
 }
</style>