#2AB11E

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

Shades of Lime Green #2AB11E

Tints of Lime Green #2AB11E

Color information

#2AB11E (or 0x2AB11E) is unknown color: approx Lime Green. HEX triplet: 2A, B1 and 1E. RGB value is (42,177,30). Sum of RGB (Red+Green+Blue) = 42+177+30=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 177 (69.53% from 255 or 71.08% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB11E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB11E is #D54EE1. Grayscale: #787878. Windows color (decimal): -13979362 or 2011434. OLE color: 2011434.

HSL color Cylindrical-coordinate representation of color #2AB11E: hue angle of 115.1º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AB11E is Cyan = 0.76, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB4217730-
CMYK0.7600.830.31
HSL115.1º71.01%40.59%-
HSV(B)115.1º83.05%69.41%-
XYZ16.9132.036.52-
YUV119.8877.2772.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.87%
GREEN value IS 177 (69.53% from 255) = 71.08%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=16.87%
G=71.08%
B=12.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42177300.7600.830.31115.171.0140.59
Hex2AB11E4C0531F734729
Octal522613611401233716310751
Binary10101010110001111101001100010100111111111100111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,177,30); }

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

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

 a { background-color: rgb(42,177,30); }

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

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

 span { border-color: rgb(42,177,30); }

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