#32AC28

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

Shades of Lime Green #32AC28

Tints of Lime Green #32AC28

Color information

#32AC28 (or 0x32AC28) is unknown color: approx Lime Green. HEX triplet: 32, AC and 28. RGB value is (50,172,40). Sum of RGB (Red+Green+Blue) = 50+172+40=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 40 (16.02% from 255 or 15.27% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC28 is #CD53D7. Grayscale: #787878. Windows color (decimal): -13456344 or 2665522. OLE color: 2665522.

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

Color convert

RGB5017240-
CMYK0.7100.770.33
HSL115.45º62.26%41.57%-
HSV(B)115.45º76.74%67.45%-
XYZ16.4530.347-
YUV120.4782.5877.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.08%
GREEN value IS 172 (67.58% from 255) = 65.65%
BLUE value IS 40 (16.02% from 255) = 15.27%
R=19.08%
G=65.65%
B=15.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal50172400.7100.770.33115.4562.2641.57
Hex32AC284704D21733e2a
Octal62254501070115411637652
Binary110010101011001010001000111010011011000011110011111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AC28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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