#1AC916

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

Shades of Lime Green #1AC916

Tints of Lime Green #1AC916

Color information

#1AC916 (or 0x1AC916) is unknown color: approx Lime Green. HEX triplet: 1A, C9 and 16. RGB value is (26,201,22). Sum of RGB (Red+Green+Blue) = 26+201+22=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 201 (78.91% from 255 or 80.72% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 201 - color contains mainly: green. Hex color #1AC916 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC916 is #E536E9. Grayscale: #808080. Windows color (decimal): -15021802 or 1493274. OLE color: 1493274.

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

Color convert

RGB2620122-
CMYK0.8700.890.21
HSL118.66º80.27%43.73%-
HSV(B)118.66º89.05%78.82%-
XYZ21.4642.057.74-
YUV128.2768.0255.05-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 201 (78.91% from 255) = 80.72%
BLUE value IS 22 (8.98% from 255) = 8.84%
R=10.44%
G=80.72%
B=8.84%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26201220.8700.890.21118.6680.2743.73
Hex1AC916570591577502c
Octal323112612701312516712054
Binary1101011001001101101010111010110011010111101111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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