#2AB22D

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

Shades of Lime Green #2AB22D

Tints of Lime Green #2AB22D

Color information

#2AB22D (or 0x2AB22D) is unknown color: approx Lime Green. HEX triplet: 2A, B2 and 2D. RGB value is (42,178,45). Sum of RGB (Red+Green+Blue) = 42+178+45=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 178 (69.92% from 255 or 67.17% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB22D is #D54DD2. Grayscale: #7A7A7A. Windows color (decimal): -13979091 or 2994730. OLE color: 2994730.

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

Color convert

RGB4217845-
CMYK0.7600.750.30
HSL121.32º61.82%43.14%-
HSV(B)121.32º76.4%69.8%-
XYZ17.3532.527.85-
YUV122.1784.4470.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 178 (69.92% from 255) = 67.17%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=15.85%
G=67.17%
B=16.98%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42178450.7600.750.30121.3261.8243.14
Hex2AB22D4C04B1E793e2b
Octal52262551140113361717653
Binary10101010110010101101100110001001011111101111001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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