#16B916

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

Shades of Lime Green #16B916

Tints of Lime Green #16B916

Color information

#16B916 (or 0x16B916) is unknown color: approx Lime Green. HEX triplet: 16, B9 and 16. RGB value is (22,185,22). Sum of RGB (Red+Green+Blue) = 22+185+22=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 185 (72.66% from 255 or 80.79% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 185 - color contains mainly: green. Hex color #16B916 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16B916 is #E946E9. Grayscale: #767676. Windows color (decimal): -15288042 or 1489174. OLE color: 1489174.

HSL color Cylindrical-coordinate representation of color #16B916: hue angle of 120º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B916 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB2218522-
CMYK0.8800.880.27
HSL120º78.74%40.59%-
HSV(B)120º88.11%72.55%-
XYZ17.8234.936.56-
YUV117.687459.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 185 (72.66% from 255) = 80.79%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=9.61%
G=80.79%
B=9.61%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22185220.8800.880.2712078.7440.59
Hex16B916580581B784f29
Octal262712613001303317011751
Binary1011010111001101101011000010110001101111110001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16B916; }

 p { color: rgb(22,185,22); }

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

<style>
 a { background-color: #16B916; }

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

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

<style>
 span { border-color: #16B916; }

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

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