#32D947

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

Shades of Lime Green #32D947

Tints of Lime Green #32D947

Color information

#32D947 (or 0x32D947) is unknown color: approx Lime Green. HEX triplet: 32, D9 and 47. RGB value is (50,217,71). Sum of RGB (Red+Green+Blue) = 50+217+71=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 217 (85.16% from 255 or 64.20% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 217 - color contains mainly: green. Hex color #32D947 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D947 is #CD26B8. Grayscale: #969696. Windows color (decimal): -13444793 or 4708658. OLE color: 4708658.

HSL color Cylindrical-coordinate representation of color #32D947: hue angle of 127.54º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D947 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB5021771-
CMYK0.7700.670.15
HSL127.54º68.72%52.35%-
HSV(B)127.54º76.96%85.1%-
XYZ27.2750.7614.32-
YUV150.4283.1756.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.79%
GREEN value IS 217 (85.16% from 255) = 64.20%
BLUE value IS 71 (28.12% from 255) = 21.01%
R=14.79%
G=64.20%
B=21.01%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal50217710.7700.670.15127.5468.7252.35
Hex32D9474D043F804534
Octal6233110711501031720010564
Binary1100101101100110001111001101010000111111100000001000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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