#16C612

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

Shades of Lime Green #16C612

Tints of Lime Green #16C612

Color information

#16C612 (or 0x16C612) is unknown color: approx Lime Green. HEX triplet: 16, C6 and 12. RGB value is (22,198,18). Sum of RGB (Red+Green+Blue) = 22+198+18=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 198 (77.73% from 255 or 83.19% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 198 - color contains mainly: green. Hex color #16C612 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C612 is #E939ED. Grayscale: #7D7D7D. Windows color (decimal): -15284718 or 1230358. OLE color: 1230358.

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

Color convert

RGB2219818-
CMYK0.8900.910.22
HSL118.67º83.33%42.35%-
HSV(B)118.67º90.91%77.65%-
XYZ20.6340.67.32-
YUV124.8667.6954.64-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 198 (77.73% from 255) = 83.19%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=9.24%
G=83.19%
B=7.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22198180.8900.910.22118.6783.3342.35
Hex16C6125905B1677532a
Octal263062213101332616712352
Binary1011011000110100101011001010110111011011101111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,198,18); }

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

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

 a { background-color: rgb(22,198,18); }

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

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

 span { border-color: rgb(22,198,18); }

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