#7FC012

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

Shades of Lima #7FC012

Tints of Lima #7FC012

Color information

#7FC012 (or 0x7FC012) is unknown color: approx Lima. HEX triplet: 7F, C0 and 12. RGB value is (127,192,18). Sum of RGB (Red+Green+Blue) = 127+192+18=337 (44% of max value = 765). Red value is 127 (50% from 255 or 37.69% from 337); Green value is 192 (75.39% from 255 or 56.97% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC012 is #803FED. Grayscale: #999999. Windows color (decimal): -8404974 or 1228927. OLE color: 1228927.

HSL color Cylindrical-coordinate representation of color #7FC012: hue angle of 82.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7FC012 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB12719218-
CMYK0.3400.910.25
HSL82.41º82.86%41.18%-
HSV(B)82.41º90.62%75.29%-
XYZ27.7142.257.27-
YUV152.7351.97109.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.69%
GREEN value IS 192 (75.39% from 255) = 56.97%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=37.69%
G=56.97%
B=5.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127192180.3400.910.2582.4182.8641.18
Hex7FC0122205B19525329
Octal177300224201333112212351
Binary11111111100000010010100010010110111100110100101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,18); }

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

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

 a { background-color: rgb(127,192,18); }

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

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

 span { border-color: rgb(127,192,18); }

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