#32B421

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

Shades of Lime Green #32B421

Tints of Lime Green #32B421

Color information

#32B421 (or 0x32B421) is unknown color: approx Lime Green. HEX triplet: 32, B4 and 21. RGB value is (50,180,33). Sum of RGB (Red+Green+Blue) = 50+180+33=263 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.01% from 263); Green value is 180 (70.70% from 255 or 68.44% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 180 - color contains mainly: green. Hex color #32B421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B421 is #CD4BDE. Grayscale: #7C7C7C. Windows color (decimal): -13454303 or 2208818. OLE color: 2208818.

HSL color Cylindrical-coordinate representation of color #32B421: hue angle of 113.06º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32B421 is Cyan = 0.72, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB5018033-
CMYK0.7200.820.29
HSL113.06º69.01%41.76%-
HSV(B)113.06º81.67%70.59%-
XYZ17.9133.436.95-
YUV124.3776.4374.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.01%
GREEN value IS 180 (70.70% from 255) = 68.44%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=19.01%
G=68.44%
B=12.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50180330.7200.820.29113.0669.0141.76
Hex32B421480521D71452a
Octal622644111001223516110552
Binary110010101101001000011001000010100101110111100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,180,33); }

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

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

 a { background-color: rgb(50,180,33); }

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

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

 span { border-color: rgb(50,180,33); }

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