#1ABB14

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

Shades of Lime Green #1ABB14

Tints of Lime Green #1ABB14

Color information

#1ABB14 (or 0x1ABB14) is unknown color: approx Lime Green. HEX triplet: 1A, BB and 14. RGB value is (26,187,20). Sum of RGB (Red+Green+Blue) = 26+187+20=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 187 (73.44% from 255 or 80.26% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 187 - color contains mainly: green. Hex color #1ABB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ABB14 is #E544EB. Grayscale: #787878. Windows color (decimal): -15025388 or 1358618. OLE color: 1358618.

HSL color Cylindrical-coordinate representation of color #1ABB14: hue angle of 117.84º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ABB14 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB2618720-
CMYK0.8600.890.27
HSL117.84º80.68%40.59%-
HSV(B)117.84º89.3%73.33%-
XYZ18.3235.816.61-
YUV119.8271.6661.08-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 187 (73.44% from 255) = 80.26%
BLUE value IS 20 (8.20% from 255) = 8.58%
R=11.16%
G=80.26%
B=8.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26187200.8600.890.27117.8480.6840.59
Hex1ABB14560591B765129
Octal322732412601313316612151
Binary1101010111011101001010110010110011101111101101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABB14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,187,20); }

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

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

 a { background-color: rgb(26,187,20); }

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

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

 span { border-color: rgb(26,187,20); }

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