#7FC311

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

Shades of Lima #7FC311

Tints of Lima #7FC311

Color information

#7FC311 (or 0x7FC311) is unknown color: approx Lima. HEX triplet: 7F, C3 and 11. RGB value is (127,195,17). Sum of RGB (Red+Green+Blue) = 127+195+17=339 (44% of max value = 765). Red value is 127 (50% from 255 or 37.46% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #7FC311 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC311 is #803CEE. Grayscale: #9B9B9B. Windows color (decimal): -8404207 or 1164159. OLE color: 1164159.

HSL color Cylindrical-coordinate representation of color #7FC311: hue angle of 82.92º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FC311 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB12719517-
CMYK0.3500.910.24
HSL82.92º83.96%41.57%-
HSV(B)82.92º91.28%76.47%-
XYZ28.3743.587.45-
YUV154.3850.47108.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.46%
GREEN value IS 195 (76.56% from 255) = 57.52%
BLUE value IS 17 (7.03% from 255) = 5.01%
R=37.46%
G=57.52%
B=5.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal127195170.3500.910.2482.9283.9641.57
Hex7FC3112305B1853542a
Octal177303214301333012312452
Binary11111111100001110001100011010110111100010100111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,195,17); }

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

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

 a { background-color: rgb(127,195,17); }

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

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

 span { border-color: rgb(127,195,17); }

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