#16C615

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

Shades of Lime Green #16C615

Tints of Lime Green #16C615

Color information

#16C615 (or 0x16C615) is unknown color: approx Lime Green. HEX triplet: 16, C6 and 15. RGB value is (22,198,21). Sum of RGB (Red+Green+Blue) = 22+198+21=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 198 (77.73% from 255 or 82.16% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 198 - color contains mainly: green. Hex color #16C615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16C615 is #E939EA. Grayscale: #7D7D7D. Windows color (decimal): -15284715 or 1426966. OLE color: 1426966.

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

Color convert

RGB2219821-
CMYK0.8900.890.22
HSL119.66º80.82%42.94%-
HSV(B)119.66º89.39%77.65%-
XYZ20.6640.617.46-
YUV125.269.1954.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 198 (77.73% from 255) = 82.16%
BLUE value IS 21 (8.59% from 255) = 8.71%
R=9.13%
G=82.16%
B=8.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal22198210.8900.890.22119.6680.8242.94
Hex16C615590591678512b
Octal263062513101312617012153
Binary1011011000110101011011001010110011011011110001010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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