#7FC00B

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

Shades of Lima #7FC00B

Tints of Lima #7FC00B

Color information

#7FC00B (or 0x7FC00B) is unknown color: approx Lima. HEX triplet: 7F, C0 and 0B. RGB value is (127,192,11). Sum of RGB (Red+Green+Blue) = 127+192+11=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC00B is #803FF4. Grayscale: #989898. Windows color (decimal): -8404981 or 770175. OLE color: 770175.

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

Color convert

RGB12719211-
CMYK0.3400.940.25
HSL81.55º89.16%39.8%-
HSV(B)81.55º94.27%75.29%-
XYZ27.6642.247.01-
YUV151.9348.47110.22-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 192 (75.39% from 255) = 58.18%
BLUE value IS 11 (4.69% from 255) = 3.33%
R=38.48%
G=58.18%
B=3.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127192110.3400.940.2581.5589.1639.8
Hex7FC0B2205E19525928
Octal177300134201363112213150
Binary1111111110000001011100010010111101100110100101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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