#1ABF16

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

Shades of Lime Green #1ABF16

Tints of Lime Green #1ABF16

Color information

#1ABF16 (or 0x1ABF16) is unknown color: approx Lime Green. HEX triplet: 1A, BF and 16. RGB value is (26,191,22). Sum of RGB (Red+Green+Blue) = 26+191+22=239 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.88% from 239); Green value is 191 (75% from 255 or 79.92% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 191 - color contains mainly: green. Hex color #1ABF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABF16 is #E540E9. Grayscale: #7A7A7A. Windows color (decimal): -15024362 or 1490714. OLE color: 1490714.

HSL color Cylindrical-coordinate representation of color #1ABF16: hue angle of 118.58º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ABF16 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB2619122-
CMYK0.8600.880.25
HSL118.58º79.34%41.76%-
HSV(B)118.58º88.48%74.9%-
XYZ19.237.546.99-
YUV122.471.3459.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.88%
GREEN value IS 191 (75% from 255) = 79.92%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=10.88%
G=79.92%
B=9.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26191220.8600.880.25118.5879.3441.76
Hex1ABF165605819774f2a
Octal322772612601303116711752
Binary1101010111111101101010110010110001100111101111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABF16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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