#16C813

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

Shades of Lime Green #16C813

Tints of Lime Green #16C813

Color information

#16C813 (or 0x16C813) is unknown color: approx Lime Green. HEX triplet: 16, C8 and 13. RGB value is (22,200,19). Sum of RGB (Red+Green+Blue) = 22+200+19=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 200 (78.52% from 255 or 82.99% from 241); Blue value is 19 (7.81% from 255 or 7.88% from 241); Max value from RGB is 200 - color contains mainly: green. Hex color #16C813 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C813 is #E937EC. Grayscale: #7E7E7E. Windows color (decimal): -15284205 or 1296406. OLE color: 1296406.

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

Color convert

RGB2220019-
CMYK0.8900.900.22
HSL119.01º82.65%42.94%-
HSV(B)119.01º90.5%78.43%-
XYZ21.141.537.52-
YUV126.1467.5353.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 200 (78.52% from 255) = 82.99%
BLUE value IS 19 (7.81% from 255) = 7.88%
R=9.13%
G=82.99%
B=7.88%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22200190.8900.900.22119.0182.6542.94
Hex16C8135905A1677532b
Octal263102313101322616712353
Binary1011011001000100111011001010110101011011101111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,200,19); }

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

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

 a { background-color: rgb(22,200,19); }

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

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

 span { border-color: rgb(22,200,19); }

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