#2AB12D

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

Shades of Lime Green #2AB12D

Tints of Lime Green #2AB12D

Color information

#2AB12D (or 0x2AB12D) is unknown color: approx Lime Green. HEX triplet: 2A, B1 and 2D. RGB value is (42,177,45). Sum of RGB (Red+Green+Blue) = 42+177+45=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 177 (69.53% from 255 or 67.05% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB12D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB12D is #D54ED2. Grayscale: #797979. Windows color (decimal): -13979347 or 2994474. OLE color: 2994474.

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

Color convert

RGB4217745-
CMYK0.7600.750.31
HSL121.33º61.64%42.94%-
HSV(B)121.33º76.27%69.41%-
XYZ17.1532.137.78-
YUV121.5984.7771.23-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.91%
GREEN value IS 177 (69.53% from 255) = 67.05%
BLUE value IS 45 (17.97% from 255) = 17.05%
R=15.91%
G=67.05%
B=17.05%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42177450.7600.750.31121.3361.6442.94
Hex2AB12D4C04B1F793e2b
Octal52261551140113371717653
Binary10101010110001101101100110001001011111111111001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB12D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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