#7EB120

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

Shades of Lima #7EB120

Tints of Lima #7EB120

Color information

#7EB120 (or 0x7EB120) is unknown color: approx Lima. HEX triplet: 7E, B1 and 20. RGB value is (126,177,32). Sum of RGB (Red+Green+Blue) = 126+177+32=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 177 (69.53% from 255 or 52.84% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 177 - color contains mainly: green. Hex color #7EB120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EB120 is #814EDF. Grayscale: #919191. Windows color (decimal): -8474336 or 2142590. OLE color: 2142590.

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

Color convert

RGB12617732-
CMYK0.2900.820.31
HSL81.1º69.38%40.98%-
HSV(B)81.1º81.92%69.41%-
XYZ24.5935.987.02-
YUV145.2264.1114.29-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.61%
GREEN value IS 177 (69.53% from 255) = 52.84%
BLUE value IS 32 (12.89% from 255) = 9.55%
R=37.61%
G=52.84%
B=9.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126177320.2900.820.3181.169.3840.98
Hex7EB1201D0521F514529
Octal176261403501223712110551
Binary11111101011000110000011101010100101111110100011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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