#1ABC13

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

Shades of Lime Green #1ABC13

Tints of Lime Green #1ABC13

Color information

#1ABC13 (or 0x1ABC13) is unknown color: approx Lime Green. HEX triplet: 1A, BC and 13. RGB value is (26,188,19). Sum of RGB (Red+Green+Blue) = 26+188+19=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #1ABC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABC13 is #E543EC. Grayscale: #787878. Windows color (decimal): -15025133 or 1293338. OLE color: 1293338.

HSL color Cylindrical-coordinate representation of color #1ABC13: hue angle of 117.51º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ABC13 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB2618819-
CMYK0.8600.900.26
HSL117.51º81.64%40.59%-
HSV(B)117.51º89.89%73.73%-
XYZ18.5336.236.63-
YUV120.370.8360.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 188 (73.83% from 255) = 80.69%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=11.16%
G=80.69%
B=8.15%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal26188190.8600.900.26117.5181.6440.59
Hex1ABC135605A1A765229
Octal322742312601323216612251
Binary1101010111100100111010110010110101101011101101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,188,19); }

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

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

 a { background-color: rgb(26,188,19); }

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

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

 span { border-color: rgb(26,188,19); }

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