#7EB10A

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

Shades of Lima #7EB10A

Tints of Lima #7EB10A

Color information

#7EB10A (or 0x7EB10A) is unknown color: approx Lima. HEX triplet: 7E, B1 and 0A. RGB value is (126,177,10). Sum of RGB (Red+Green+Blue) = 126+177+10=313 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.26% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB10A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB10A is #814EF5. Grayscale: #8F8F8F. Windows color (decimal): -8474358 or 700798. OLE color: 700798.

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

Color convert

RGB12617710-
CMYK0.2900.940.31
HSL78.32º89.3%36.67%-
HSV(B)78.32º94.35%69.41%-
XYZ24.3835.95.93-
YUV142.7153.1116.08-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.26%
GREEN value IS 177 (69.53% from 255) = 56.55%
BLUE value IS 10 (4.30% from 255) = 3.19%
R=40.26%
G=56.55%
B=3.19%

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
Decimal126177100.2900.940.3178.3289.336.67
Hex7EB1A1D05E1F4e5925
Octal176261123501363711613145
Binary111111010110001101011101010111101111110011101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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