#7EA51E

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

Shades of Lima #7EA51E

Tints of Lima #7EA51E

Color information

#7EA51E (or 0x7EA51E) is unknown color: approx Lima. HEX triplet: 7E, A5 and 1E. RGB value is (126,165,30). Sum of RGB (Red+Green+Blue) = 126+165+30=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #7EA51E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA51E is #815AE1. Grayscale: #8A8A8A. Windows color (decimal): -8477410 or 2008446. OLE color: 2008446.

HSL color Cylindrical-coordinate representation of color #7EA51E: hue angle of 77.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7EA51E is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB12616530-
CMYK0.2400.820.35
HSL77.33º69.23%38.24%-
HSV(B)77.33º81.82%64.71%-
XYZ22.2931.446.12-
YUV137.9567.08119.48-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.25%
GREEN value IS 165 (64.84% from 255) = 51.40%
BLUE value IS 30 (12.11% from 255) = 9.35%
R=39.25%
G=51.40%
B=9.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal126165300.2400.820.3577.3369.2338.24
Hex7EA51E18052234d4526
Octal176245363001224311510546
Binary11111101010010111110110000101001010001110011011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,165,30); }

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

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

 a { background-color: rgb(126,165,30); }

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

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

 span { border-color: rgb(126,165,30); }

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