#11C616

Color #11C616 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #11C616

Tints of Lime Green #11C616

Color information

#11C616 (or 0x11C616) is unknown color: approx Lime Green. HEX triplet: 11, C6 and 16. RGB value is (17,198,22). Sum of RGB (Red+Green+Blue) = 17+198+22=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 198 (77.73% from 255 or 83.54% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 198 - color contains mainly: green. Hex color #11C616 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #11C616 is #EE39E9. Grayscale: #7C7C7C. Windows color (decimal): -15612394 or 1492497. OLE color: 1492497.

HSL color Cylindrical-coordinate representation of color #11C616: hue angle of 121.66º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C616 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1719822-
CMYK0.9100.890.22
HSL121.66º84.19%42.16%-
HSV(B)121.66º91.41%77.65%-
XYZ20.5740.577.5-
YUV123.8270.5351.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.17%
GREEN value IS 198 (77.73% from 255) = 83.54%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=7.17%
G=83.54%
B=9.28%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17198220.9100.890.22121.6684.1942.16
Hex11C6165B059167a542a
Octal213062613301312617212452
Binary1000111000110101101011011010110011011011110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11C616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11C616; }

 p { color: rgb(17,198,22); }

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

<style>
 a { background-color: #11C616; }

 a { background-color: rgb(17,198,22); }

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

<style>
 span { border-color: #11C616; }

 span { border-color: rgb(17,198,22); }

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