#32D220

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

Shades of Lime Green #32D220

Tints of Lime Green #32D220

Color information

#32D220 (or 0x32D220) is unknown color: approx Lime Green. HEX triplet: 32, D2 and 20. RGB value is (50,210,32). Sum of RGB (Red+Green+Blue) = 50+210+32=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 210 (82.42% from 255 or 71.92% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 210 - color contains mainly: green. Hex color #32D220 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D220 is #CD2DDF. Grayscale: #8E8E8E. Windows color (decimal): -13446624 or 2150962. OLE color: 2150962.

HSL color Cylindrical-coordinate representation of color #32D220: hue angle of 113.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32D220 is Cyan = 0.76, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB5021032-
CMYK0.7600.850.18
HSL113.93º73.55%47.45%-
HSV(B)113.93º84.76%82.35%-
XYZ24.6246.889.12-
YUV141.8765.9962.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.12%
GREEN value IS 210 (82.42% from 255) = 71.92%
BLUE value IS 32 (12.89% from 255) = 10.96%
R=17.12%
G=71.92%
B=10.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50210320.7600.850.18113.9373.5547.45
Hex32D2204C05512724a2f
Octal623224011401252216211257
Binary110010110100101000001001100010101011001011100101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,210,32); }

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

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

 a { background-color: rgb(50,210,32); }

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

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

 span { border-color: rgb(50,210,32); }

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