#2AAC32

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

Shades of Lime Green #2AAC32

Tints of Lime Green #2AAC32

Color information

#2AAC32 (or 0x2AAC32) is unknown color: approx Lime Green. HEX triplet: 2A, AC and 32. RGB value is (42,172,50). Sum of RGB (Red+Green+Blue) = 42+172+50=264 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.91% from 264); Green value is 172 (67.58% from 255 or 65.15% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC32 is #D553CD. Grayscale: #777777. Windows color (decimal): -13980622 or 3320874. OLE color: 3320874.

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

Color convert

RGB4217250-
CMYK0.7600.710.33
HSL123.69º60.75%41.96%-
HSV(B)123.69º75.58%67.45%-
XYZ16.2830.237.99-
YUV119.2288.9372.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.91%
GREEN value IS 172 (67.58% from 255) = 65.15%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=15.91%
G=65.15%
B=18.94%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42172500.7600.710.33123.6960.7541.96
Hex2AAC324C047217c3d2a
Octal52254621140107411747552
Binary101010101011001100101001100010001111000011111100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAC32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,172,50); }

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

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

 a { background-color: rgb(42,172,50); }

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

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

 span { border-color: rgb(42,172,50); }

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