#2ab618

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

Shades of Lime Green #2AB618

Tints of Lime Green #2AB618

Color information

#2AB618 (or 0x2AB618) is unknown color: approx Lime Green. HEX triplet: 2A, B6 and 18. RGB value is (42,182,24). Sum of RGB (Red+Green+Blue) = 42+182+24=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 182 (71.48% from 255 or 73.39% from 248); Blue value is 24 (9.77% from 255 or 9.68% from 248); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB618 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB618 is #D549E7. Grayscale: #7A7A7A. Windows color (decimal): -13978088 or 1619498. OLE color: 1619498.

HSL color Cylindrical-coordinate representation of color #2AB618: hue angle of 113.16º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2AB618 is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB4218224-
CMYK0.7700.870.29
HSL113.16º76.7%40.39%-
HSV(B)113.16º86.81%71.37%-
XYZ17.8534.016.49-
YUV122.1372.6270.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 182 (71.48% from 255) = 73.39%
BLUE value IS 24 (9.77% from 255) = 9.68%
R=16.94%
G=73.39%
B=9.68%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42182240.7700.870.29113.1676.740.39
Hex2AB6184D0571D714d28
Octal522663011501273516111550
Binary10101010110110110001001101010101111110111100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ab618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ab618; }

 p { color: rgb(42,182,24); }

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

<style>
 a { background-color: #2ab618; }

 a { background-color: rgb(42,182,24); }

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

<style>
 span { border-color: #2ab618; }

 span { border-color: rgb(42,182,24); }

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