#16BE18

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

Shades of Lime Green #16BE18

Tints of Lime Green #16BE18

Color information

#16BE18 (or 0x16BE18) is unknown color: approx Lime Green. HEX triplet: 16, BE and 18. RGB value is (22,190,24). Sum of RGB (Red+Green+Blue) = 22+190+24=236 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.32% from 236); Green value is 190 (74.61% from 255 or 80.51% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 190 - color contains mainly: green. Hex color #16BE18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BE18 is #E941E7. Grayscale: #797979. Windows color (decimal): -15286760 or 1621526. OLE color: 1621526.

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

Color convert

RGB2219024-
CMYK0.8800.870.25
HSL120.71º79.25%41.57%-
HSV(B)120.71º88.42%74.51%-
XYZ18.9137.067.02-
YUV120.8473.3457.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.32%
GREEN value IS 190 (74.61% from 255) = 80.51%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=9.32%
G=80.51%
B=10.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal22190240.8800.870.25120.7179.2541.57
Hex16BE185805719794f2a
Octal262763013001273117111752
Binary1011010111110110001011000010101111100111110011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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