#32D742

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

Shades of Lime Green #32D742

Tints of Lime Green #32D742

Color information

#32D742 (or 0x32D742) is unknown color: approx Lime Green. HEX triplet: 32, D7 and 42. RGB value is (50,215,66). Sum of RGB (Red+Green+Blue) = 50+215+66=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #32D742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D742 is #CD28BD. Grayscale: #959595. Windows color (decimal): -13445310 or 4380466. OLE color: 4380466.

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

Color convert

RGB5021566-
CMYK0.7700.690.16
HSL125.82º67.35%51.96%-
HSV(B)125.82º76.74%84.31%-
XYZ26.649.6713.34-
YUV148.6881.3457.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 215 (84.38% from 255) = 64.95%
BLUE value IS 66 (26.17% from 255) = 19.94%
R=15.11%
G=64.95%
B=19.94%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal50215660.7700.690.16125.8267.3551.96
Hex32D7424D045107e4334
Octal6232710211501052017610364
Binary1100101101011110000101001101010001011000011111101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,215,66); }

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

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

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

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

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

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

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