#32DC4F

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

Shades of Lime Green #32DC4F

Tints of Lime Green #32DC4F

Color information

#32DC4F (or 0x32DC4F) is unknown color: approx Lime Green. HEX triplet: 32, DC and 4F. RGB value is (50,220,79). Sum of RGB (Red+Green+Blue) = 50+220+79=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DC4F is #CD23B0. Grayscale: #999999. Windows color (decimal): -13444017 or 5233714. OLE color: 5233714.

HSL color Cylindrical-coordinate representation of color #32DC4F: hue angle of 130.24º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DC4F is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB5022079-
CMYK0.7700.640.14
HSL130.24º70.83%52.94%-
HSV(B)130.24º77.27%86.27%-
XYZ28.3252.4316.02-
YUV153.186.1854.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.33%
GREEN value IS 220 (86.33% from 255) = 63.04%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=14.33%
G=63.04%
B=22.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal50220790.7700.640.14130.2470.8352.94
Hex32DC4F4D040E824735
Octal6233411711501001620210765
Binary1100101101110010011111001101010000001110100000101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,220,79); }

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

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

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

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

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

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

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