#32C842

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

Shades of Lime Green #32C842

Tints of Lime Green #32C842

Color information

#32C842 (or 0x32C842) is unknown color: approx Lime Green. HEX triplet: 32, C8 and 42. RGB value is (50,200,66). Sum of RGB (Red+Green+Blue) = 50+200+66=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 200 (78.52% from 255 or 63.29% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 200 - color contains mainly: green. Hex color #32C842 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C842 is #CD37BD. Grayscale: #8C8C8C. Windows color (decimal): -13449150 or 4376626. OLE color: 4376626.

HSL color Cylindrical-coordinate representation of color #32C842: hue angle of 126.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32C842 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB5020066-
CMYK0.7500.670.22
HSL126.4º60%49.02%-
HSV(B)126.4º75%78.43%-
XYZ22.9542.3812.12-
YUV139.8786.363.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.82%
GREEN value IS 200 (78.52% from 255) = 63.29%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=15.82%
G=63.29%
B=20.89%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50200660.7500.670.22126.46049.02
Hex32C8424B043167e3c31
Octal623101021130103261767461
Binary110010110010001000010100101101000011101101111110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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