#7AB52E

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

Shades of Lima #7AB52E

Tints of Lima #7AB52E

Color information

#7AB52E (or 0x7AB52E) is unknown color: approx Lima. HEX triplet: 7A, B5 and 2E. RGB value is (122,181,46). Sum of RGB (Red+Green+Blue) = 122+181+46=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 181 (71.09% from 255 or 51.86% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB52E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB52E is #854AD1. Grayscale: #949494. Windows color (decimal): -8735442 or 3061114. OLE color: 3061114.

HSL color Cylindrical-coordinate representation of color #7AB52E: hue angle of 86.22º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7AB52E is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB12218146-
CMYK0.3300.750.29
HSL86.22º59.47%44.51%-
HSV(B)86.22º74.59%70.98%-
XYZ25.0437.388.48-
YUV147.9770.45109.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 181 (71.09% from 255) = 51.86%
BLUE value IS 46 (18.36% from 255) = 13.18%
R=34.96%
G=51.86%
B=13.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal122181460.3300.750.2986.2259.4744.51
Hex7AB52E2104B1D563b2d
Octal17226556410113351267355
Binary11110101011010110111010000101001011111011010110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,181,46); }

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

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

 a { background-color: rgb(122,181,46); }

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

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

 span { border-color: rgb(122,181,46); }

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