#32c649

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

Shades of Lime Green #32C649

Tints of Lime Green #32C649

Color information

#32C649 (or 0x32C649) is unknown color: approx Lime Green. HEX triplet: 32, C6 and 49. RGB value is (50,198,73). Sum of RGB (Red+Green+Blue) = 50+198+73=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 198 (77.73% from 255 or 61.68% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 198 - color contains mainly: green. Hex color #32C649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C649 is #CD39B6. Grayscale: #8B8B8B. Windows color (decimal): -13449655 or 4834866. OLE color: 4834866.

HSL color Cylindrical-coordinate representation of color #32C649: hue angle of 129.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C649 is Cyan = 0.75, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB5019873-
CMYK0.7500.630.22
HSL129.32º59.68%48.63%-
HSV(B)129.32º74.75%77.65%-
XYZ22.7141.5513.13-
YUV139.590.4764.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.58%
GREEN value IS 198 (77.73% from 255) = 61.68%
BLUE value IS 73 (28.91% from 255) = 22.74%
R=15.58%
G=61.68%
B=22.74%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50198730.7500.630.22129.3259.6848.63
Hex32C6494B03F16813c31
Octal62306111113077262017461
Binary110010110001101001001100101101111111011010000001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32c649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,198,73); }

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

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

 a { background-color: rgb(50,198,73); }

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

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

 span { border-color: rgb(50,198,73); }

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