#7EC804

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

Shades of Lima #7EC804

Tints of Lima #7EC804

Color information

#7EC804 (or 0x7EC804) is unknown color: approx Lima. HEX triplet: 7E, C8 and 04. RGB value is (126,200,4). Sum of RGB (Red+Green+Blue) = 126+200+4=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 200 (78.52% from 255 or 60.61% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC804 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC804 is #8137FB. Grayscale: #9C9C9C. Windows color (decimal): -8468476 or 313470. OLE color: 313470.

HSL color Cylindrical-coordinate representation of color #7EC804: hue angle of 82.65º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7EC804 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB1262004-
CMYK0.3700.980.22
HSL82.65º96.08%40%-
HSV(B)82.65º98%78.43%-
XYZ29.2845.757.4-
YUV155.5342.48106.94-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 38.18%
GREEN value IS 200 (78.52% from 255) = 60.61%
BLUE value IS 4 (1.95% from 255) = 1.21%
R=38.18%
G=60.61%
B=1.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal12620040.3700.980.2282.6596.0840
Hex7EC842506216536028
Octal17631044501422612314050
Binary111111011001000100100101011000101011010100111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,200,4); }

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

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

 a { background-color: rgb(126,200,4); }

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

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

 span { border-color: rgb(126,200,4); }

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