#32D349

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

Shades of Lime Green #32D349

Tints of Lime Green #32D349

Color information

#32D349 (or 0x32D349) is unknown color: approx Lime Green. HEX triplet: 32, D3 and 49. RGB value is (50,211,73). Sum of RGB (Red+Green+Blue) = 50+211+73=334 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.97% from 334); Green value is 211 (82.81% from 255 or 63.17% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 211 - color contains mainly: green. Hex color #32D349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D349 is #CD2CB6. Grayscale: #939393. Windows color (decimal): -13446327 or 4838194. OLE color: 4838194.

HSL color Cylindrical-coordinate representation of color #32D349: hue angle of 128.57º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D349 is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB5021173-
CMYK0.7600.650.17
HSL128.57º64.66%51.18%-
HSV(B)128.57º76.3%82.75%-
XYZ25.8147.7514.16-
YUV147.1386.1658.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.97%
GREEN value IS 211 (82.81% from 255) = 63.17%
BLUE value IS 73 (28.91% from 255) = 21.86%
R=14.97%
G=63.17%
B=21.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal50211730.7600.650.17128.5764.6651.18
Hex32D3494C04111814133
Octal6232311111401012120110163
Binary11001011010011100100110011000100000110001100000011000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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