#7AB72E

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

Shades of Lima #7AB72E

Tints of Lima #7AB72E

Color information

#7AB72E (or 0x7AB72E) is unknown color: approx Lima. HEX triplet: 7A, B7 and 2E. RGB value is (122,183,46). Sum of RGB (Red+Green+Blue) = 122+183+46=351 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.76% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB72E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AB72E is #8548D1. Grayscale: #959595. Windows color (decimal): -8734930 or 3061626. OLE color: 3061626.

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

Color convert

RGB12218346-
CMYK0.3300.750.28
HSL86.72º59.83%44.9%-
HSV(B)86.72º74.86%71.76%-
XYZ25.4538.28.62-
YUV149.1469.79108.64-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.76%
GREEN value IS 183 (71.88% from 255) = 52.14%
BLUE value IS 46 (18.36% from 255) = 13.11%
R=34.76%
G=52.14%
B=13.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal122183460.3300.750.2886.7259.8344.9
Hex7AB72E2104B1C573c2d
Octal17226756410113341277455
Binary11110101011011110111010000101001011111001010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB72E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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