#16C710

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

Shades of Lime Green #16C710

Tints of Lime Green #16C710

Color information

#16C710 (or 0x16C710) is unknown color: approx Lime Green. HEX triplet: 16, C7 and 10. RGB value is (22,199,16). Sum of RGB (Red+Green+Blue) = 22+199+16=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 199 (78.12% from 255 or 83.97% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 199 - color contains mainly: green. Hex color #16C710 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C710 is #E938EF. Grayscale: #7D7D7D. Windows color (decimal): -15284464 or 1099542. OLE color: 1099542.

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

Color convert

RGB2219916-
CMYK0.8900.920.22
HSL118.03º85.12%42.16%-
HSV(B)118.03º91.96%78.04%-
XYZ20.8541.057.32-
YUV125.2166.3654.38-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 199 (78.12% from 255) = 83.97%
BLUE value IS 16 (6.64% from 255) = 6.75%
R=9.28%
G=83.97%
B=6.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22199160.8900.920.22118.0385.1242.16
Hex16C7105905C1676552a
Octal263072013101342616612552
Binary1011011000111100001011001010111001011011101101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,199,16); }

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

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

 a { background-color: rgb(22,199,16); }

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

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

 span { border-color: rgb(22,199,16); }

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