#7eb10b

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

Shades of Lima #7EB10B

Tints of Lima #7EB10B

Color information

#7EB10B (or 0x7EB10B) is unknown color: approx Lima. HEX triplet: 7E, B1 and 0B. RGB value is (126,177,11). Sum of RGB (Red+Green+Blue) = 126+177+11=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 177 (69.53% from 255 or 56.37% from 314); Blue value is 11 (4.69% from 255 or 3.50% from 314); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB10B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB10B is #814EF4. Grayscale: #8F8F8F. Windows color (decimal): -8474357 or 766334. OLE color: 766334.

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

Color convert

RGB12617711-
CMYK0.2900.940.31
HSL78.43º88.3%36.86%-
HSV(B)78.43º93.79%69.41%-
XYZ24.3935.95.96-
YUV142.8353.6116-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.13%
GREEN value IS 177 (69.53% from 255) = 56.37%
BLUE value IS 11 (4.69% from 255) = 3.50%
R=40.13%
G=56.37%
B=3.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126177110.2900.940.3178.4388.336.86
Hex7EB1B1D05E1F4e5825
Octal176261133501363711613045
Binary111111010110001101111101010111101111110011101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7eb10b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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