Html Css Color HEX #32DD50 Lime Green

📋 copy color: '#32DD50'

red 50 ◦ green 221 ◦ blue 80

#32DD50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #32DD50

Tints of Lime Green #32DD50

RGB

 RED value IS 50 (19.92% from 255) = 14.25%

 GREEN value IS 221 (86.72% from 255) = 62.96%

 BLUE value IS 80 (31.64% from 255) = 22.79%

R = 14.25%
G = 62.96%
B = 22.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#32DD50 (or 0x32DD50) is known color: Lime Green. HEX triplet: 32, DD and 50. RGB value is (50,221,80). Sum of RGB (Red+Green+Blue) = 50+221+80=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 221 (86.72% from 255 or 62.96% from 351); Blue value is 80 (31.64% from 255 or 22.79% from 351); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD50 is #CD22AF. Grayscale: #9A9A9A. Windows color (decimal): -13443760 or 5299506. OLE color: 5299506.

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

Color convert

RGB 50 221 80 -
CMYK 0.77 0 0.64 0.13
HSL 130.53º 0.72% 0.53% -
HSV(B) 130.53º 0.77% 0.87% -
XYZ 28.62 52.97 16.31 -
YUV 153.8 86.35 53.96 -
System Red Green Blue C M Y K H S L
Decimal 50 221 80 0.77 0 0.64 0.13 130.53 0.72 0.53
Hex 32 DD 50 4D 0 40 D 83 48 35
Octal 62 335 120 115 0 100 15 203 110 65
Binary 110010 11011101 1010000 1001101 0 1000000 1101 10000011 1001000 110101

Color Harmonies of #32DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD50

Black with #32DD50

Text Example


Text Example

White with #32DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32DD50;
 }
 .AnyTagClassName
 {
   color: #32DD50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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