#7EB00C

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

Shades of Lima #7EB00C

Tints of Lima #7EB00C

Color information

#7EB00C (or 0x7EB00C) is unknown color: approx Lima. HEX triplet: 7E, B0 and 0C. RGB value is (126,176,12). Sum of RGB (Red+Green+Blue) = 126+176+12=314 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40.13% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #7EB00C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EB00C is #814FF3. Grayscale: #8E8E8E. Windows color (decimal): -8474612 or 831614. OLE color: 831614.

HSL color Cylindrical-coordinate representation of color #7EB00C: hue angle of 78.29º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EB00C is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB12617612-
CMYK0.2800.930.31
HSL78.29º87.23%36.86%-
HSV(B)78.29º93.18%69.02%-
XYZ24.235.515.93-
YUV142.3554.44116.34-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 40.13%
GREEN value IS 176 (69.14% from 255) = 56.05%
BLUE value IS 12 (5.08% from 255) = 3.82%
R=40.13%
G=56.05%
B=3.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126176120.2800.930.3178.2987.2336.86
Hex7EB0C1C05D1F4e5725
Octal176260143401353711612745
Binary111111010110000110011100010111011111110011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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