#32AC29

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

Shades of Lime Green #32AC29

Tints of Lime Green #32AC29

Color information

#32AC29 (or 0x32AC29) is unknown color: approx Lime Green. HEX triplet: 32, AC and 29. RGB value is (50,172,41). Sum of RGB (Red+Green+Blue) = 50+172+41=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 172 (67.58% from 255 or 65.40% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC29 is #CD53D6. Grayscale: #787878. Windows color (decimal): -13456343 or 2731058. OLE color: 2731058.

HSL color Cylindrical-coordinate representation of color #32AC29: hue angle of 115.88º degrees, saturation: 0.62, 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 #32AC29 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB5017241-
CMYK0.7100.760.33
HSL115.88º61.5%41.76%-
HSV(B)115.88º76.16%67.45%-
XYZ16.4730.347.09-
YUV120.5983.0877.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 172 (67.58% from 255) = 65.40%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=19.01%
G=65.40%
B=15.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50172410.7100.760.33115.8861.541.76
Hex32AC294704C21743e2a
Octal62254511070114411647652
Binary110010101011001010011000111010011001000011110100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AC29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32AC29; }

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

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

<style>
 a { background-color: #32AC29; }

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

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

<style>
 span { border-color: #32AC29; }

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

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