#16BC18

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

Shades of Lime Green #16BC18

Tints of Lime Green #16BC18

Color information

#16BC18 (or 0x16BC18) is unknown color: approx Lime Green. HEX triplet: 16, BC and 18. RGB value is (22,188,24). Sum of RGB (Red+Green+Blue) = 22+188+24=234 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.40% from 234); Green value is 188 (73.83% from 255 or 80.34% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 188 - color contains mainly: green. Hex color #16BC18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16BC18 is #E943E7. Grayscale: #787878. Windows color (decimal): -15287272 or 1621014. OLE color: 1621014.

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

Color convert

RGB2218824-
CMYK0.8800.870.26
HSL120.72º79.05%41.18%-
HSV(B)120.72º88.3%73.73%-
XYZ18.4836.26.88-
YUV119.677458.34-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.40%
GREEN value IS 188 (73.83% from 255) = 80.34%
BLUE value IS 24 (9.77% from 255) = 10.26%
R=9.40%
G=80.34%
B=10.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal22188240.8800.870.26120.7279.0541.18
Hex16BC18580571A794f29
Octal262743013001273217111751
Binary1011010111100110001011000010101111101011110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16BC18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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