#32DC4C

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

Shades of Lime Green #32DC4C

Tints of Lime Green #32DC4C

Color information

#32DC4C (or 0x32DC4C) is unknown color: approx Lime Green. HEX triplet: 32, DC and 4C. RGB value is (50,220,76). Sum of RGB (Red+Green+Blue) = 50+220+76=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC4C is #CD23B3. Grayscale: #999999. Windows color (decimal): -13444020 or 5037106. OLE color: 5037106.

HSL color Cylindrical-coordinate representation of color #32DC4C: hue angle of 129.18º 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 #32DC4C is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB5022076-
CMYK0.7700.650.14
HSL129.18º70.83%52.94%-
HSV(B)129.18º77.27%86.27%-
XYZ28.2152.3915.46-
YUV152.7584.6854.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.45%
GREEN value IS 220 (86.33% from 255) = 63.58%
BLUE value IS 76 (30.08% from 255) = 21.97%
R=14.45%
G=63.58%
B=21.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal50220760.7700.650.14129.1870.8352.94
Hex32DC4C4D041E814735
Octal6233411411501011620110765
Binary1100101101110010011001001101010000011110100000011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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