#16BE11

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

Shades of Lime Green #16BE11

Tints of Lime Green #16BE11

Color information

#16BE11 (or 0x16BE11) is unknown color: approx Lime Green. HEX triplet: 16, BE and 11. RGB value is (22,190,17). Sum of RGB (Red+Green+Blue) = 22+190+17=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 190 (74.61% from 255 or 82.97% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BE11 is #E941EE. Grayscale: #787878. Windows color (decimal): -15286767 or 1162774. OLE color: 1162774.

HSL color Cylindrical-coordinate representation of color #16BE11: hue angle of 118.27º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BE11 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB2219017-
CMYK0.8800.910.25
HSL118.27º83.57%40.59%-
HSV(B)118.27º91.05%74.51%-
XYZ18.8537.046.69-
YUV120.0569.8458.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 190 (74.61% from 255) = 82.97%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=9.61%
G=82.97%
B=7.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22190170.8800.910.25118.2783.5740.59
Hex16BE115805B19765429
Octal262762113001333116612451
Binary1011010111110100011011000010110111100111101101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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