#32B621

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

Shades of Lime Green #32B621

Tints of Lime Green #32B621

Color information

#32B621 (or 0x32B621) is unknown color: approx Lime Green. HEX triplet: 32, B6 and 21. RGB value is (50,182,33). Sum of RGB (Red+Green+Blue) = 50+182+33=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 182 (71.48% from 255 or 68.68% from 265); Blue value is 33 (13.28% from 255 or 12.45% from 265); Max value from RGB is 182 - color contains mainly: green. Hex color #32B621 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B621 is #CD49DE. Grayscale: #7E7E7E. Windows color (decimal): -13453791 or 2209330. OLE color: 2209330.

HSL color Cylindrical-coordinate representation of color #32B621: hue angle of 113.15º 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 #32B621 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB5018233-
CMYK0.7300.820.29
HSL113.15º69.3%42.16%-
HSV(B)113.15º81.87%71.37%-
XYZ18.3234.247.08-
YUV125.5575.7774.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.87%
GREEN value IS 182 (71.48% from 255) = 68.68%
BLUE value IS 33 (13.28% from 255) = 12.45%
R=18.87%
G=68.68%
B=12.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal50182330.7300.820.29113.1569.342.16
Hex32B621490521D71452a
Octal622664111101223516110552
Binary110010101101101000011001001010100101110111100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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