#32AF24

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

Shades of Lime Green #32AF24

Tints of Lime Green #32AF24

Color information

#32AF24 (or 0x32AF24) is unknown color: approx Lime Green. HEX triplet: 32, AF and 24. RGB value is (50,175,36). Sum of RGB (Red+Green+Blue) = 50+175+36=261 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.16% from 261); Green value is 175 (68.75% from 255 or 67.05% from 261); Blue value is 36 (14.45% from 255 or 13.79% from 261); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF24 is #CD50DB. Grayscale: #7A7A7A. Windows color (decimal): -13455580 or 2404146. OLE color: 2404146.

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

Color convert

RGB5017536-
CMYK0.7100.790.31
HSL113.96º65.88%41.37%-
HSV(B)113.96º79.43%68.63%-
XYZ16.9631.476.85-
YUV121.7879.5976.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.16%
GREEN value IS 175 (68.75% from 255) = 67.05%
BLUE value IS 36 (14.45% from 255) = 13.79%
R=19.16%
G=67.05%
B=13.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50175360.7100.790.31113.9665.8841.37
Hex32AF244704F1F724229
Octal622574410701173716210251
Binary110010101011111001001000111010011111111111100101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32AF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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