#32DD4D

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

Shades of Lime Green #32DD4D

Tints of Lime Green #32DD4D

Color information

#32DD4D (or 0x32DD4D) is unknown color: approx Lime Green. HEX triplet: 32, DD and 4D. RGB value is (50,221,77). Sum of RGB (Red+Green+Blue) = 50+221+77=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD4D is #CD22B2. Grayscale: #999999. Windows color (decimal): -13443763 or 5102898. OLE color: 5102898.

HSL color Cylindrical-coordinate representation of color #32DD4D: hue angle of 129.47º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DD4D is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB5022177-
CMYK0.7700.650.13
HSL129.47º71.55%53.14%-
HSV(B)129.47º77.38%86.67%-
XYZ28.5152.9315.73-
YUV153.4584.8554.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 221 (86.72% from 255) = 63.51%
BLUE value IS 77 (30.47% from 255) = 22.13%
R=14.37%
G=63.51%
B=22.13%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal50221770.7700.650.13129.4771.5553.14
Hex32DD4D4D041D814835
Octal6233511511501011520111065
Binary1100101101110110011011001101010000011101100000011001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32DD4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,221,77); }

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

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

 a { background-color: rgb(50,221,77); }

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

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

 span { border-color: rgb(50,221,77); }

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