#16C513

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

Shades of Lime Green #16C513

Tints of Lime Green #16C513

Color information

#16C513 (or 0x16C513) is unknown color: approx Lime Green. HEX triplet: 16, C5 and 13. RGB value is (22,197,19). Sum of RGB (Red+Green+Blue) = 22+197+19=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 197 (77.34% from 255 or 82.77% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 197 - color contains mainly: green. Hex color #16C513 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C513 is #E93AEC. Grayscale: #7C7C7C. Windows color (decimal): -15284973 or 1295638. OLE color: 1295638.

HSL color Cylindrical-coordinate representation of color #16C513: hue angle of 118.99º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16C513 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB2219719-
CMYK0.8900.900.23
HSL118.99º82.41%42.35%-
HSV(B)118.99º90.36%77.25%-
XYZ20.4140.157.29-
YUV124.3868.5254.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 197 (77.34% from 255) = 82.77%
BLUE value IS 19 (7.81% from 255) = 7.98%
R=9.24%
G=82.77%
B=7.98%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal22197190.8900.900.23118.9982.4142.35
Hex16C5135905A1777522a
Octal263052313101322716712252
Binary1011011000101100111011001010110101011111101111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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