#7EC035

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

Shades of Lima #7EC035

Tints of Lima #7EC035

Color information

#7EC035 (or 0x7EC035) is unknown color: approx Lima. HEX triplet: 7E, C0 and 35. RGB value is (126,192,53). Sum of RGB (Red+Green+Blue) = 126+192+53=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC035 is #813FCA. Grayscale: #9C9C9C. Windows color (decimal): -8470475 or 3522686. OLE color: 3522686.

HSL color Cylindrical-coordinate representation of color #7EC035: hue angle of 88.49º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EC035 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB12619253-
CMYK0.3400.720.25
HSL88.49º56.73%48.04%-
HSV(B)88.49º72.4%75.29%-
XYZ28.142.3910.07-
YUV156.4269.63106.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.96%
GREEN value IS 192 (75.39% from 255) = 51.75%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=33.96%
G=51.75%
B=14.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126192530.3400.720.2588.4956.7348.04
Hex7EC0352204819583930
Octal17630065420110311307160
Binary11111101100000011010110001001001000110011011000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,192,53); }

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

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

 a { background-color: rgb(126,192,53); }

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

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

 span { border-color: rgb(126,192,53); }

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