#7FB11A

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

Shades of Lima #7FB11A

Tints of Lima #7FB11A

Color information

#7FB11A (or 0x7FB11A) is unknown color: approx Lima. HEX triplet: 7F, B1 and 1A. RGB value is (127,177,26). Sum of RGB (Red+Green+Blue) = 127+177+26=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 177 (69.53% from 255 or 53.64% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7FB11A is #804EE5. Grayscale: #919191. Windows color (decimal): -8408806 or 1749375. OLE color: 1749375.

HSL color Cylindrical-coordinate representation of color #7FB11A: hue angle of 79.87º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7FB11A is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB12717726-
CMYK0.2800.850.31
HSL79.87º74.38%39.8%-
HSV(B)79.87º85.31%69.41%-
XYZ24.6636.036.63-
YUV144.8460.94115.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 177 (69.53% from 255) = 53.64%
BLUE value IS 26 (10.55% from 255) = 7.88%
R=38.48%
G=53.64%
B=7.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127177260.2800.850.3179.8774.3839.8
Hex7FB11A1C0551F504a28
Octal177261323401253712011250
Binary1111111101100011101011100010101011111110100001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,177,26); }

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

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

 a { background-color: rgb(127,177,26); }

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

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

 span { border-color: rgb(127,177,26); }

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