#32C647

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

Shades of Lime Green #32C647

Tints of Lime Green #32C647

Color information

#32C647 (or 0x32C647) is unknown color: approx Lime Green. HEX triplet: 32, C6 and 47. RGB value is (50,198,71). Sum of RGB (Red+Green+Blue) = 50+198+71=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #32C647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C647 is #CD39B8. Grayscale: #8B8B8B. Windows color (decimal): -13449657 or 4703794. OLE color: 4703794.

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

Color convert

RGB5019871-
CMYK0.7500.640.22
HSL128.51º59.68%48.63%-
HSV(B)128.51º74.75%77.65%-
XYZ22.6541.5212.78-
YUV139.2789.4764.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.67%
GREEN value IS 198 (77.73% from 255) = 62.07%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=15.67%
G=62.07%
B=22.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50198710.7500.640.22128.5159.6848.63
Hex32C6474B04016813c31
Octal623061071130100262017461
Binary1100101100011010001111001011010000001011010000001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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