#16CC11

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

Shades of Lime Green #16CC11

Tints of Lime Green #16CC11

Color information

#16CC11 (or 0x16CC11) is unknown color: approx Lime Green. HEX triplet: 16, CC and 11. RGB value is (22,204,17). Sum of RGB (Red+Green+Blue) = 22+204+17=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 204 (80.08% from 255 or 83.95% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 204 - color contains mainly: green. Hex color #16CC11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16CC11 is #E933EE. Grayscale: #808080. Windows color (decimal): -15283183 or 1166358. OLE color: 1166358.

HSL color Cylindrical-coordinate representation of color #16CC11: hue angle of 118.4º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #16CC11 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB2220417-
CMYK0.8900.920.2
HSL118.4º84.62%43.33%-
HSV(B)118.4º91.67%80%-
XYZ22.0243.47.75-
YUV128.2665.252.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 204 (80.08% from 255) = 83.95%
BLUE value IS 17 (7.03% from 255) = 7.00%
R=9.05%
G=83.95%
B=7.00%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal22204170.8900.920.2118.484.6243.33
Hex16CC115905C1476552b
Octal263142113101342416612553
Binary1011011001100100011011001010111001010011101101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,204,17); }

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

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

 a { background-color: rgb(22,204,17); }

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

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

 span { border-color: rgb(22,204,17); }

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