#7EB10D

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

Shades of Lima #7EB10D

Tints of Lima #7EB10D

Color information

#7EB10D (or 0x7EB10D) is unknown color: approx Lima. HEX triplet: 7E, B1 and 0D. RGB value is (126,177,13). Sum of RGB (Red+Green+Blue) = 126+177+13=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 177 (69.53% from 255 or 56.01% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB10D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB10D is #814EF2. Grayscale: #8F8F8F. Windows color (decimal): -8474355 or 897406. OLE color: 897406.

HSL color Cylindrical-coordinate representation of color #7EB10D: hue angle of 78.66º degrees, saturation: 0.86, 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 #7EB10D is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB12617713-
CMYK0.2900.930.31
HSL78.66º86.32%37.25%-
HSV(B)78.66º92.66%69.41%-
XYZ24.435.916.03-
YUV143.0654.6115.84-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.87%
GREEN value IS 177 (69.53% from 255) = 56.01%
BLUE value IS 13 (5.47% from 255) = 4.11%
R=39.87%
G=56.01%
B=4.11%

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
Decimal126177130.2900.930.3178.6686.3237.25
Hex7EB1D1D05D1F4f5625
Octal176261153501353711712645
Binary111111010110001110111101010111011111110011111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB10D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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