#15BA16

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

Shades of Lime Green #15BA16

Tints of Lime Green #15BA16

Color information

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

HSL color Cylindrical-coordinate representation of color #15BA16: hue angle of 120.36º 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 #15BA16 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB2118622-
CMYK0.8900.880.27
HSL120.36º79.71%40.59%-
HSV(B)120.36º88.71%72.94%-
XYZ18.0135.346.63-
YUV117.9773.8458.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal21186220.8900.880.27120.3679.7140.59
Hex15BA16590581B785029
Octal252722613101303317012051
Binary1010110111010101101011001010110001101111110001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15BA16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15BA16; }

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

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

<style>
 a { background-color: #15BA16; }

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

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

<style>
 span { border-color: #15BA16; }

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

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