#7AC32C

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

Shades of Lima #7AC32C

Tints of Lima #7AC32C

Color information

#7AC32C (or 0x7AC32C) is unknown color: approx Lima. HEX triplet: 7A, C3 and 2C. RGB value is (122,195,44). Sum of RGB (Red+Green+Blue) = 122+195+44=361 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.80% from 361); Green value is 195 (76.56% from 255 or 54.02% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 195 - color contains mainly: green. Hex color #7AC32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC32C is #853CD3. Grayscale: #9C9C9C. Windows color (decimal): -8731860 or 2933626. OLE color: 2933626.

HSL color Cylindrical-coordinate representation of color #7AC32C: hue angle of 89.01º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7AC32C is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB12219544-
CMYK0.3700.770.24
HSL89.01º63.18%46.86%-
HSV(B)89.01º77.44%76.47%-
XYZ2843.359.27-
YUV155.9664.82103.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.80%
GREEN value IS 195 (76.56% from 255) = 54.02%
BLUE value IS 44 (17.58% from 255) = 12.19%
R=33.80%
G=54.02%
B=12.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal122195440.3700.770.2489.0163.1846.86
Hex7AC32C2504D18593f2f
Octal17230354450115301317757
Binary11110101100001110110010010101001101110001011001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AC32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,195,44); }

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

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

 a { background-color: rgb(122,195,44); }

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

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

 span { border-color: rgb(122,195,44); }

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