#32C640

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

Shades of Lime Green #32C640

Tints of Lime Green #32C640

Color information

#32C640 (or 0x32C640) is unknown color: approx Lime Green. HEX triplet: 32, C6 and 40. RGB value is (50,198,64). Sum of RGB (Red+Green+Blue) = 50+198+64=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 198 (77.73% from 255 or 63.46% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 198 - color contains mainly: green. Hex color #32C640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C640 is #CD39BF. Grayscale: #8A8A8A. Windows color (decimal): -13449664 or 4245042. OLE color: 4245042.

HSL color Cylindrical-coordinate representation of color #32C640: hue angle of 125.68º 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 #32C640 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB5019864-
CMYK0.7500.680.22
HSL125.68º59.68%48.63%-
HSV(B)125.68º74.75%77.65%-
XYZ22.4341.4411.67-
YUV138.4785.9764.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.03%
GREEN value IS 198 (77.73% from 255) = 63.46%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=16.03%
G=63.46%
B=20.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50198640.7500.680.22125.6859.6848.63
Hex32C6404B044167e3c31
Octal623061001130104261767461
Binary110010110001101000000100101101000100101101111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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