#32CE46

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

Shades of Lime Green #32CE46

Tints of Lime Green #32CE46

Color information

#32CE46 (or 0x32CE46) is unknown color: approx Lime Green. HEX triplet: 32, CE and 46. RGB value is (50,206,70). Sum of RGB (Red+Green+Blue) = 50+206+70=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 206 (80.86% from 255 or 63.19% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 206 - color contains mainly: green. Hex color #32CE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CE46 is #CD31B9. Grayscale: #909090. Windows color (decimal): -13447610 or 4640306. OLE color: 4640306.

HSL color Cylindrical-coordinate representation of color #32CE46: hue angle of 127.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CE46 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB5020670-
CMYK0.7600.660.19
HSL127.69º61.42%50.2%-
HSV(B)127.69º75.73%80.78%-
XYZ24.4945.2613.24-
YUV143.8586.3261.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.34%
GREEN value IS 206 (80.86% from 255) = 63.19%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=15.34%
G=63.19%
B=21.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50206700.7600.660.19127.6961.4250.2
Hex32CE464C04213803d32
Octal623161061140102232007562
Binary1100101100111010001101001100010000101001110000000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,206,70); }

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

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

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

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

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

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

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