#32CC51

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

Shades of Lime Green #32CC51

Tints of Lime Green #32CC51

Color information

#32CC51 (or 0x32CC51) is unknown color: approx Lime Green. HEX triplet: 32, CC and 51. RGB value is (50,204,81). Sum of RGB (Red+Green+Blue) = 50+204+81=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32CC51 is #CD33AE. Grayscale: #909090. Windows color (decimal): -13448111 or 5360690. OLE color: 5360690.

HSL color Cylindrical-coordinate representation of color #32CC51: hue angle of 132.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC51 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB5020481-
CMYK0.7500.600.2
HSL132.08º60.63%49.8%-
HSV(B)132.08º75.49%80%-
XYZ24.3944.4615.08-
YUV143.9392.4861-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 204 (80.08% from 255) = 60.90%
BLUE value IS 81 (32.03% from 255) = 24.18%
R=14.93%
G=60.90%
B=24.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal50204810.7500.600.2132.0860.6349.8
Hex32CC514B03C14843d32
Octal62314121113074242047562
Binary110010110011001010001100101101111001010010000100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,204,81); }

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

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

 a { background-color: rgb(50,204,81); }

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

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

 span { border-color: rgb(50,204,81); }

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