#7EB50F

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

Shades of Lima #7EB50F

Tints of Lima #7EB50F

Color information

#7EB50F (or 0x7EB50F) is unknown color: approx Lima. HEX triplet: 7E, B5 and 0F. RGB value is (126,181,15). Sum of RGB (Red+Green+Blue) = 126+181+15=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 181 (71.09% from 255 or 56.21% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB50F is #814AF0. Grayscale: #929292. Windows color (decimal): -8473329 or 1029502. OLE color: 1029502.

HSL color Cylindrical-coordinate representation of color #7EB50F: hue angle of 79.88º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EB50F is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB12618115-
CMYK0.3000.920.29
HSL79.88º84.69%38.43%-
HSV(B)79.88º91.71%70.98%-
XYZ25.2137.526.36-
YUV145.6354.28114-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.13%
GREEN value IS 181 (71.09% from 255) = 56.21%
BLUE value IS 15 (6.25% from 255) = 4.66%
R=39.13%
G=56.21%
B=4.66%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal126181150.3000.920.2979.8884.6938.43
Hex7EB5F1E05C1D505526
Octal176265173601343512012546
Binary111111010110101111111110010111001110110100001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB50F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,181,15); }

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

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

 a { background-color: rgb(126,181,15); }

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

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

 span { border-color: rgb(126,181,15); }

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