#2AB41B

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

Shades of Lime Green #2AB41B

Tints of Lime Green #2AB41B

Color information

#2AB41B (or 0x2AB41B) is unknown color: approx Lime Green. HEX triplet: 2A, B4 and 1B. RGB value is (42,180,27). Sum of RGB (Red+Green+Blue) = 42+180+27=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 180 (70.70% from 255 or 72.29% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB41B is #D54BE4. Grayscale: #797979. Windows color (decimal): -13978597 or 1815594. OLE color: 1815594.

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

Color convert

RGB4218027-
CMYK0.7700.850.29
HSL114.12º73.91%40.59%-
HSV(B)114.12º85%70.59%-
XYZ17.4733.216.53-
YUV121.374.7871.44-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 180 (70.70% from 255) = 72.29%
BLUE value IS 27 (10.94% from 255) = 10.84%
R=16.87%
G=72.29%
B=10.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180270.7700.850.29114.1273.9140.59
Hex2AB41B4D0551D724a29
Octal522643311501253516211251
Binary10101010110100110111001101010101011110111100101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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