#7EAB2B

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

Shades of Lima #7EAB2B

Tints of Lima #7EAB2B

Color information

#7EAB2B (or 0x7EAB2B) is unknown color: approx Lima. HEX triplet: 7E, AB and 2B. RGB value is (126,171,43). Sum of RGB (Red+Green+Blue) = 126+171+43=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #7EAB2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EAB2B is #8154D4. Grayscale: #8F8F8F. Windows color (decimal): -8475861 or 2861950. OLE color: 2861950.

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

Color convert

RGB12617143-
CMYK0.2600.750.33
HSL81.09º59.81%41.96%-
HSV(B)81.09º74.85%67.06%-
XYZ23.633.747.55-
YUV142.9571.59115.91-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 171 (67.19% from 255) = 50.29%
BLUE value IS 43 (17.19% from 255) = 12.65%
R=37.06%
G=50.29%
B=12.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal126171430.2600.750.3381.0959.8141.96
Hex7EAB2B1A04B21513c2a
Octal17625353320113411217452
Binary11111101010101110101111010010010111000011010001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAB2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,171,43); }

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

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

 a { background-color: rgb(126,171,43); }

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

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

 span { border-color: rgb(126,171,43); }

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