#32AF32

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

Shades of Lime Green #32AF32

Tints of Lime Green #32AF32

Color information

#32AF32 (or 0x32AF32) is unknown color: approx Lime Green. HEX triplet: 32, AF and 32. RGB value is (50,175,50). Sum of RGB (Red+Green+Blue) = 50+175+50=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 175 (68.75% from 255 or 63.64% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF32 is #CD50CD. Grayscale: #7B7B7B. Windows color (decimal): -13455566 or 3321650. OLE color: 3321650.

HSL color Cylindrical-coordinate representation of color #32AF32: hue angle of 120º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF32 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB5017550-
CMYK0.7100.710.31
HSL120º55.56%44.12%-
HSV(B)120º71.43%68.63%-
XYZ17.2231.578.2-
YUV123.3886.5975.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.18%
GREEN value IS 175 (68.75% from 255) = 63.64%
BLUE value IS 50 (19.92% from 255) = 18.18%
R=18.18%
G=63.64%
B=18.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50175500.7100.710.3112055.5644.12
Hex32AF32470471F78382c
Octal62257621070107371707054
Binary11001010101111110010100011101000111111111111000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,175,50); }

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

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

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

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

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

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

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