#2AA93A

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

Shades of Lime Green #2AA93A

Tints of Lime Green #2AA93A

Color information

#2AA93A (or 0x2AA93A) is unknown color: approx Lime Green. HEX triplet: 2A, A9 and 3A. RGB value is (42,169,58). Sum of RGB (Red+Green+Blue) = 42+169+58=269 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.61% from 269); Green value is 169 (66.41% from 255 or 62.83% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 169 - color contains mainly: green. Hex color #2AA93A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA93A is #D556C5. Grayscale: #767676. Windows color (decimal): -13981382 or 3844394. OLE color: 3844394.

HSL color Cylindrical-coordinate representation of color #2AA93A: hue angle of 127.56º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA93A is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB4216958-
CMYK0.7500.660.34
HSL127.56º60.19%41.37%-
HSV(B)127.56º75.15%66.27%-
XYZ15.9129.178.8-
YUV118.3793.9273.53-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.61%
GREEN value IS 169 (66.41% from 255) = 62.83%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=15.61%
G=62.83%
B=21.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal42169580.7500.660.34127.5660.1941.37
Hex2AA93A4B04222803c29
Octal52251721130102422007451
Binary1010101010100111101010010110100001010001010000000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,169,58); }

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

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

 a { background-color: rgb(42,169,58); }

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

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

 span { border-color: rgb(42,169,58); }

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