#7EB10C

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

Shades of Lima #7EB10C

Tints of Lima #7EB10C

Color information

#7EB10C (or 0x7EB10C) is unknown color: approx Lima. HEX triplet: 7E, B1 and 0C. RGB value is (126,177,12). Sum of RGB (Red+Green+Blue) = 126+177+12=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB10C is #814EF3. Grayscale: #8F8F8F. Windows color (decimal): -8474356 or 831870. OLE color: 831870.

HSL color Cylindrical-coordinate representation of color #7EB10C: hue angle of 78.55º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EB10C is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB12617712-
CMYK0.2900.930.31
HSL78.55º87.3%37.06%-
HSV(B)78.55º93.22%69.41%-
XYZ24.3935.915.99-
YUV142.9454.1115.92-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 177 (69.53% from 255) = 56.19%
BLUE value IS 12 (5.08% from 255) = 3.81%
R=40%
G=56.19%
B=3.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126177120.2900.930.3178.5587.337.06
Hex7EB1C1D05D1F4f5725
Octal176261143501353711712745
Binary111111010110001110011101010111011111110011111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,177,12); }

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

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

 a { background-color: rgb(126,177,12); }

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

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

 span { border-color: rgb(126,177,12); }

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