#16BA15

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

Shades of Lime Green #16BA15

Tints of Lime Green #16BA15

Color information

#16BA15 (or 0x16BA15) is unknown color: approx Lime Green. HEX triplet: 16, BA and 15. RGB value is (22,186,21). Sum of RGB (Red+Green+Blue) = 22+186+21=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #16BA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BA15 is #E945EA. Grayscale: #767676. Windows color (decimal): -15287787 or 1423894. OLE color: 1423894.

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

Color convert

RGB2218621-
CMYK0.8800.890.27
HSL119.64º79.71%40.59%-
HSV(B)119.64º88.71%72.94%-
XYZ18.0335.346.58-
YUV118.1573.1759.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.61%
GREEN value IS 186 (73.05% from 255) = 81.22%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=9.61%
G=81.22%
B=9.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal22186210.8800.890.27119.6479.7140.59
Hex16BA15580591B785029
Octal262722513001313317012051
Binary1011010111010101011011000010110011101111110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,186,21); }

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

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

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

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

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

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

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