#7EA30C

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

Shades of Lima #7EA30C

Tints of Lima #7EA30C

Color information

#7EA30C (or 0x7EA30C) is unknown color: approx Lima. HEX triplet: 7E, A3 and 0C. RGB value is (126,163,12). Sum of RGB (Red+Green+Blue) = 126+163+12=301 (39% of max value = 765). Red value is 126 (49.61% from 255 or 41.86% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #7EA30C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA30C is #815CF3. Grayscale: #878787. Windows color (decimal): -8477940 or 828286. OLE color: 828286.

HSL color Cylindrical-coordinate representation of color #7EA30C: hue angle of 74.7º degrees, saturation: 0.86, 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 #7EA30C is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB12616312-
CMYK0.2300.930.36
HSL74.7º86.29%34.31%-
HSV(B)74.7º92.64%63.92%-
XYZ21.7730.665.12-
YUV134.7258.74121.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 41.86%
GREEN value IS 163 (64.06% from 255) = 54.15%
BLUE value IS 12 (5.08% from 255) = 3.99%
R=41.86%
G=54.15%
B=3.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal126163120.2300.930.3674.786.2934.31
Hex7EA3C1705D244b5622
Octal176243142701354411312642
Binary1111110101000111100101110101110110010010010111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA30C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,163,12); }

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

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

 a { background-color: rgb(126,163,12); }

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

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

 span { border-color: rgb(126,163,12); }

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