#1ABA28

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

Shades of Lime Green #1ABA28

Tints of Lime Green #1ABA28

Color information

#1ABA28 (or 0x1ABA28) is unknown color: approx Lime Green. HEX triplet: 1A, BA and 28. RGB value is (26,186,40). Sum of RGB (Red+Green+Blue) = 26+186+40=252 (33% of max value = 765). Red value is 26 (10.55% from 255 or 10.32% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #1ABA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ABA28 is #E545D7. Grayscale: #797979. Windows color (decimal): -15025624 or 2669082. OLE color: 2669082.

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

Color convert

RGB2618640-
CMYK0.8600.780.27
HSL125.25º75.47%41.57%-
HSV(B)125.25º86.02%72.94%-
XYZ18.3735.497.89-
YUV121.5281.9959.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.32%
GREEN value IS 186 (73.05% from 255) = 73.81%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=10.32%
G=73.81%
B=15.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26186400.8600.780.27125.2575.4741.57
Hex1ABA285604E1B7d4b2a
Octal322725012601163317511352
Binary11010101110101010001010110010011101101111111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ABA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,186,40); }

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

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

 a { background-color: rgb(26,186,40); }

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

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

 span { border-color: rgb(26,186,40); }

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