#2AB41A

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

Shades of Lime Green #2AB41A

Tints of Lime Green #2AB41A

Color information

#2AB41A (or 0x2AB41A) is unknown color: approx Lime Green. HEX triplet: 2A, B4 and 1A. RGB value is (42,180,26). Sum of RGB (Red+Green+Blue) = 42+180+26=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 180 (70.70% from 255 or 72.58% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB41A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB41A is #D54BE5. Grayscale: #797979. Windows color (decimal): -13978598 or 1750058. OLE color: 1750058.

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

Color convert

RGB4218026-
CMYK0.7700.860.29
HSL113.77º74.76%40.39%-
HSV(B)113.77º85.56%70.59%-
XYZ17.4633.216.47-
YUV121.1874.2871.52-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.94%
GREEN value IS 180 (70.70% from 255) = 72.58%
BLUE value IS 26 (10.55% from 255) = 10.48%
R=16.94%
G=72.58%
B=10.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180260.7700.860.29113.7774.7640.39
Hex2AB41A4D0561D724b28
Octal522643211501263516211350
Binary10101010110100110101001101010101101110111100101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,26); }

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

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

 a { background-color: rgb(42,180,26); }

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

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

 span { border-color: rgb(42,180,26); }

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