#7EC216

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

Shades of Lima #7EC216

Tints of Lima #7EC216

Color information

#7EC216 (or 0x7EC216) is unknown color: approx Lima. HEX triplet: 7E, C2 and 16. RGB value is (126,194,22). Sum of RGB (Red+Green+Blue) = 126+194+22=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 194 (76.17% from 255 or 56.73% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC216 is #813DE9. Grayscale: #9A9A9A. Windows color (decimal): -8469994 or 1491582. OLE color: 1491582.

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

Color convert

RGB12619422-
CMYK0.3500.890.24
HSL83.72º79.63%42.35%-
HSV(B)83.72º88.66%76.08%-
XYZ28.0443.087.6-
YUV154.0653.47107.99-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 36.84%
GREEN value IS 194 (76.17% from 255) = 56.73%
BLUE value IS 22 (8.98% from 255) = 6.43%
R=36.84%
G=56.73%
B=6.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal126194220.3500.890.2483.7279.6342.35
Hex7EC216230591854502a
Octal176302264301313012412052
Binary11111101100001010110100011010110011100010101001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EC216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,194,22); }

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

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

 a { background-color: rgb(126,194,22); }

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

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

 span { border-color: rgb(126,194,22); }

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