#7EA11C

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

Shades of Lima #7EA11C

Tints of Lima #7EA11C

Color information

#7EA11C (or 0x7EA11C) is unknown color: approx Lima. HEX triplet: 7E, A1 and 1C. RGB value is (126,161,28). Sum of RGB (Red+Green+Blue) = 126+161+28=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #7EA11C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7EA11C is #815EE3. Grayscale: #878787. Windows color (decimal): -8478436 or 1876350. OLE color: 1876350.

HSL color Cylindrical-coordinate representation of color #7EA11C: hue angle of 75.79º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7EA11C is Cyan = 0.22, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB12616128-
CMYK0.2200.830.37
HSL75.79º70.37%37.06%-
HSV(B)75.79º82.61%63.14%-
XYZ21.5630.015.75-
YUV135.3767.4121.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40%
GREEN value IS 161 (63.28% from 255) = 51.11%
BLUE value IS 28 (11.33% from 255) = 8.89%
R=40%
G=51.11%
B=8.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal126161280.2200.830.3775.7970.3737.06
Hex7EA11C16053254c4625
Octal176241342601234511410645
Binary11111101010000111100101100101001110010110011001000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA11C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,161,28); }

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

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

 a { background-color: rgb(126,161,28); }

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

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

 span { border-color: rgb(126,161,28); }

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