#7FA71E

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

Shades of Lima #7FA71E

Tints of Lima #7FA71E

Color information

#7FA71E (or 0x7FA71E) is unknown color: approx Lima. HEX triplet: 7F, A7 and 1E. RGB value is (127,167,30). Sum of RGB (Red+Green+Blue) = 127+167+30=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 30 (12.11% from 255 or 9.26% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #7FA71E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FA71E is #8058E1. Grayscale: #8B8B8B. Windows color (decimal): -8411362 or 2008959. OLE color: 2008959.

HSL color Cylindrical-coordinate representation of color #7FA71E: hue angle of 77.52º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7FA71E is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB12716730-
CMYK0.2400.820.35
HSL77.52º69.54%38.63%-
HSV(B)77.52º82.04%65.49%-
XYZ22.8132.246.25-
YUV139.4266.25119.14-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 167 (65.62% from 255) = 51.54%
BLUE value IS 30 (12.11% from 255) = 9.26%
R=39.20%
G=51.54%
B=9.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127167300.2400.820.3577.5269.5438.63
Hex7FA71E18052234e4627
Octal177247363001224311610647
Binary11111111010011111110110000101001010001110011101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA71E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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