#2AAE39

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

Shades of Lime Green #2AAE39

Tints of Lime Green #2AAE39

Color information

#2AAE39 (or 0x2AAE39) is unknown color: approx Lime Green. HEX triplet: 2A, AE and 39. RGB value is (42,174,57). Sum of RGB (Red+Green+Blue) = 42+174+57=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 174 (68.36% from 255 or 63.74% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 174 - color contains mainly: green. Hex color #2AAE39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAE39 is #D551C6. Grayscale: #797979. Windows color (decimal): -13980103 or 3780138. OLE color: 3780138.

HSL color Cylindrical-coordinate representation of color #2AAE39: hue angle of 126.82º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AAE39 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB4217457-
CMYK0.7600.670.32
HSL126.82º61.11%42.35%-
HSV(B)126.82º75.86%68.24%-
XYZ16.8331.068.98-
YUV121.1991.7771.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.38%
GREEN value IS 174 (68.36% from 255) = 63.74%
BLUE value IS 57 (22.66% from 255) = 20.88%
R=15.38%
G=63.74%
B=20.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal42174570.7600.670.32126.8261.1142.35
Hex2AAE394C043207f3d2a
Octal52256711140103401777552
Binary101010101011101110011001100010000111000001111111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAE39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,174,57); }

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

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

 a { background-color: rgb(42,174,57); }

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

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

 span { border-color: rgb(42,174,57); }

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