#7EC112

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

Shades of Lima #7EC112

Tints of Lima #7EC112

Color information

#7EC112 (or 0x7EC112) is unknown color: approx Lima. HEX triplet: 7E, C1 and 12. RGB value is (126,193,18). Sum of RGB (Red+Green+Blue) = 126+193+18=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 18 (7.42% from 255 or 5.34% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC112 is #813EED. Grayscale: #999999. Windows color (decimal): -8470254 or 1229182. OLE color: 1229182.

HSL color Cylindrical-coordinate representation of color #7EC112: hue angle of 82.97º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7EC112 is Cyan = 0.35, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB12619318-
CMYK0.3500.910.24
HSL82.97º82.94%41.37%-
HSV(B)82.97º90.67%75.69%-
XYZ27.7842.627.33-
YUV153.0251.8108.73-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.39%
GREEN value IS 193 (75.78% from 255) = 57.27%
BLUE value IS 18 (7.42% from 255) = 5.34%
R=37.39%
G=57.27%
B=5.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126193180.3500.910.2482.9782.9441.37
Hex7EC1122305B18535329
Octal176301224301333012312351
Binary11111101100000110010100011010110111100010100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,193,18); }

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

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

 a { background-color: rgb(126,193,18); }

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

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

 span { border-color: rgb(126,193,18); }

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