#1AD716

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

Shades of Lime Green #1AD716

Tints of Lime Green #1AD716

Color information

#1AD716 (or 0x1AD716) is unknown color: approx Lime Green. HEX triplet: 1A, D7 and 16. RGB value is (26,215,22). Sum of RGB (Red+Green+Blue) = 26+215+22=263 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.89% from 263); Green value is 215 (84.38% from 255 or 81.75% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 215 - color contains mainly: green. Hex color #1AD716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AD716 is #E528E9. Grayscale: #898989. Windows color (decimal): -15018218 or 1496858. OLE color: 1496858.

HSL color Cylindrical-coordinate representation of color #1AD716: hue angle of 118.76º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AD716 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB2621522-
CMYK0.8800.900.16
HSL118.76º81.43%46.47%-
HSV(B)118.76º89.77%84.31%-
XYZ24.8748.888.88-
YUV136.4963.3849.19-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.89%
GREEN value IS 215 (84.38% from 255) = 81.75%
BLUE value IS 22 (8.98% from 255) = 8.37%
R=9.89%
G=81.75%
B=8.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal26215220.8800.900.16118.7681.4346.47
Hex1AD7165805A1077512e
Octal323272613001322016712156
Binary1101011010111101101011000010110101000011101111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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