#32D529

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

Shades of Lime Green #32D529

Tints of Lime Green #32D529

Color information

#32D529 (or 0x32D529) is unknown color: approx Lime Green. HEX triplet: 32, D5 and 29. RGB value is (50,213,41). Sum of RGB (Red+Green+Blue) = 50+213+41=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 213 (83.59% from 255 or 70.07% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 213 - color contains mainly: green. Hex color #32D529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D529 is #CD2AD6. Grayscale: #919191. Windows color (decimal): -13445847 or 2741554. OLE color: 2741554.

HSL color Cylindrical-coordinate representation of color #32D529: hue angle of 116.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32D529 is Cyan = 0.77, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB5021341-
CMYK0.7700.810.16
HSL116.86º67.72%49.8%-
HSV(B)116.86º80.75%83.53%-
XYZ25.5148.4310.1-
YUV144.6669.560.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 16.45%
GREEN value IS 213 (83.59% from 255) = 70.07%
BLUE value IS 41 (16.41% from 255) = 13.49%
R=16.45%
G=70.07%
B=13.49%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal50213410.7700.810.16116.8667.7249.8
Hex32D5294D05110754432
Octal623255111501212016510462
Binary110010110101011010011001101010100011000011101011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,213,41); }

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

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

 a { background-color: rgb(50,213,41); }

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

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

 span { border-color: rgb(50,213,41); }

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