#7FA41E

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

Shades of Lima #7FA41E

Tints of Lima #7FA41E

Color information

#7FA41E (or 0x7FA41E) is unknown color: approx Lima. HEX triplet: 7F, A4 and 1E. RGB value is (127,164,30). Sum of RGB (Red+Green+Blue) = 127+164+30=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #7FA41E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA41E is #805BE1. Grayscale: #8A8A8A. Windows color (decimal): -8412130 or 2008191. OLE color: 2008191.

HSL color Cylindrical-coordinate representation of color #7FA41E: hue angle of 76.57º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FA41E is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB12716430-
CMYK0.2300.820.36
HSL76.57º69.07%38.04%-
HSV(B)76.57º81.71%64.31%-
XYZ22.2631.166.07-
YUV137.6667.24120.4-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.56%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 30 (12.11% from 255) = 9.35%
R=39.56%
G=51.09%
B=9.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127164300.2300.820.3676.5769.0738.04
Hex7FA41E17052244d4526
Octal177244362701224411510546
Binary11111111010010011110101110101001010010010011011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,164,30); }

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

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

 a { background-color: rgb(127,164,30); }

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

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

 span { border-color: rgb(127,164,30); }

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