#16D418

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

Shades of Lime Green #16D418

Tints of Lime Green #16D418

Color information

#16D418 (or 0x16D418) is unknown color: approx Lime Green. HEX triplet: 16, D4 and 18. RGB value is (22,212,24). Sum of RGB (Red+Green+Blue) = 22+212+24=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 212 (83.20% from 255 or 82.17% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 212 - color contains mainly: green. Hex color #16D418 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16D418 is #E92BE7. Grayscale: #868686. Windows color (decimal): -15281128 or 1627158. OLE color: 1627158.

HSL color Cylindrical-coordinate representation of color #16D418: hue angle of 120.63º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D418 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.17.

Color convert

RGB2221224-
CMYK0.9000.890.17
HSL120.63º81.2%45.88%-
HSV(B)120.63º89.62%83.14%-
XYZ24.0447.328.73-
YUV133.7666.0548.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.53%
GREEN value IS 212 (83.20% from 255) = 82.17%
BLUE value IS 24 (9.77% from 255) = 9.30%
R=8.53%
G=82.17%
B=9.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal22212240.9000.890.17120.6381.245.88
Hex16D4185A0591179512e
Octal263243013201312117112156
Binary1011011010100110001011010010110011000111110011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16D418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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