#2AB43F

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

Shades of Lime Green #2AB43F

Tints of Lime Green #2AB43F

Color information

#2AB43F (or 0x2AB43F) is unknown color: approx Lime Green. HEX triplet: 2A, B4 and 3F. RGB value is (42,180,63). Sum of RGB (Red+Green+Blue) = 42+180+63=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 180 (70.70% from 255 or 63.16% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AB43F is #D54BC0. Grayscale: #7D7D7D. Windows color (decimal): -13978561 or 4174890. OLE color: 4174890.

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

Color convert

RGB4218063-
CMYK0.7700.650.29
HSL129.13º62.16%43.53%-
HSV(B)129.13º76.67%70.59%-
XYZ18.1733.4910.21-
YUV125.492.7868.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 180 (70.70% from 255) = 63.16%
BLUE value IS 63 (25% from 255) = 22.11%
R=14.74%
G=63.16%
B=22.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180630.7700.650.29129.1362.1643.53
Hex2AB43F4D0411D813e2c
Octal52264771150101352017654
Binary101010101101001111111001101010000011110110000001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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