#32b921

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

Shades of Lime Green #32B921

Tints of Lime Green #32B921

Color information

#32B921 (or 0x32B921) is unknown color: approx Lime Green. HEX triplet: 32, B9 and 21. RGB value is (50,185,33). Sum of RGB (Red+Green+Blue) = 50+185+33=268 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.66% from 268); Green value is 185 (72.66% from 255 or 69.03% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 185 - color contains mainly: green. Hex color #32B921 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B921 is #CD46DE. Grayscale: #7F7F7F. Windows color (decimal): -13453023 or 2210098. OLE color: 2210098.

HSL color Cylindrical-coordinate representation of color #32B921: hue angle of 113.29º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32B921 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB5018533-
CMYK0.7300.820.27
HSL113.29º69.72%42.75%-
HSV(B)113.29º82.16%72.55%-
XYZ18.9435.497.29-
YUV127.3174.7772.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.66%
GREEN value IS 185 (72.66% from 255) = 69.03%
BLUE value IS 33 (13.28% from 255) = 12.31%
R=18.66%
G=69.03%
B=12.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal50185330.7300.820.27113.2969.7242.75
Hex32B921490521B71462b
Octal622714111101223316110653
Binary110010101110011000011001001010100101101111100011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32b921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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