#32DC45

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

Shades of Lime Green #32DC45

Tints of Lime Green #32DC45

Color information

#32DC45 (or 0x32DC45) is unknown color: approx Lime Green. HEX triplet: 32, DC and 45. RGB value is (50,220,69). Sum of RGB (Red+Green+Blue) = 50+220+69=339 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.75% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC45 is #CD23BA. Grayscale: #989898. Windows color (decimal): -13444027 or 4578354. OLE color: 4578354.

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

Color convert

RGB5022069-
CMYK0.7700.690.14
HSL126.71º70.83%52.94%-
HSV(B)126.71º77.27%86.27%-
XYZ27.9852.2914.25-
YUV151.9681.1855.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.75%
GREEN value IS 220 (86.33% from 255) = 64.90%
BLUE value IS 69 (27.34% from 255) = 20.35%
R=14.75%
G=64.90%
B=20.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal50220690.7700.690.14126.7170.8352.94
Hex32DC454D045E7f4735
Octal6233410511501051617710765
Binary110010110111001000101100110101000101111011111111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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