#1AC516

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

Shades of Lime Green #1AC516

Tints of Lime Green #1AC516

Color information

#1AC516 (or 0x1AC516) is unknown color: approx Lime Green. HEX triplet: 1A, C5 and 16. RGB value is (26,197,22). Sum of RGB (Red+Green+Blue) = 26+197+22=245 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.61% from 245); Green value is 197 (77.34% from 255 or 80.41% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 197 - color contains mainly: green. Hex color #1AC516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC516 is #E53AE9. Grayscale: #7E7E7E. Windows color (decimal): -15022826 or 1492250. OLE color: 1492250.

HSL color Cylindrical-coordinate representation of color #1AC516: hue angle of 118.63º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AC516 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB2619722-
CMYK0.8700.890.23
HSL118.63º79.91%42.94%-
HSV(B)118.63º88.83%77.25%-
XYZ20.5440.217.44-
YUV125.9269.3556.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.61%
GREEN value IS 197 (77.34% from 255) = 80.41%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=10.61%
G=80.41%
B=8.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal26197220.8700.890.23118.6379.9142.94
Hex1AC516570591777502b
Octal323052612701312716712053
Binary1101011000101101101010111010110011011111101111010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1AC516; }

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

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

<style>
 a { background-color: #1AC516; }

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

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

<style>
 span { border-color: #1AC516; }

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

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