#32B224

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

Shades of Lime Green #32B224

Tints of Lime Green #32B224

Color information

#32B224 (or 0x32B224) is unknown color: approx Lime Green. HEX triplet: 32, B2 and 24. RGB value is (50,178,36). Sum of RGB (Red+Green+Blue) = 50+178+36=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 178 (69.92% from 255 or 67.42% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 178 - color contains mainly: green. Hex color #32B224 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B224 is #CD4DDB. Grayscale: #7B7B7B. Windows color (decimal): -13454812 or 2404914. OLE color: 2404914.

HSL color Cylindrical-coordinate representation of color #32B224: hue angle of 114.08º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32B224 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB5017836-
CMYK0.7200.800.30
HSL114.08º66.36%41.96%-
HSV(B)114.08º79.78%69.8%-
XYZ17.5532.657.05-
YUV123.5478.5975.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.94%
GREEN value IS 178 (69.92% from 255) = 67.42%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=18.94%
G=67.42%
B=13.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50178360.7200.800.30114.0866.3641.96
Hex32B224480501E72422a
Octal622624411001203616210252
Binary110010101100101001001001000010100001111011100101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,178,36); }

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

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

 a { background-color: rgb(50,178,36); }

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

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

 span { border-color: rgb(50,178,36); }

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