#7EA20B

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

Shades of Lima #7EA20B

Tints of Lima #7EA20B

Color information

#7EA20B (or 0x7EA20B) is unknown color: approx Lima. HEX triplet: 7E, A2 and 0B. RGB value is (126,162,11). Sum of RGB (Red+Green+Blue) = 126+162+11=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #7EA20B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA20B is #815DF4. Grayscale: #868686. Windows color (decimal): -8478197 or 762494. OLE color: 762494.

HSL color Cylindrical-coordinate representation of color #7EA20B: hue angle of 74.3º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EA20B is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB12616211-
CMYK0.2200.930.36
HSL74.3º87.28%33.92%-
HSV(B)74.3º93.21%63.53%-
XYZ21.5830.35.03-
YUV134.0258.57122.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 42.14%
GREEN value IS 162 (63.67% from 255) = 54.18%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=42.14%
G=54.18%
B=3.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126162110.2200.930.3674.387.2833.92
Hex7EA2B1605D244a5722
Octal176242132601354411212742
Binary1111110101000101011101100101110110010010010101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA20B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,162,11); }

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

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

 a { background-color: rgb(126,162,11); }

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

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

 span { border-color: rgb(126,162,11); }

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