Html Css Color HEX #32DC48 Lime Green

📋 copy color: '#32DC48'

red 50 ◦ green 220 ◦ blue 72

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

Shades of Lime Green #32DC48

Tints of Lime Green #32DC48

RGB

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

 GREEN value IS 220 (86.33% from 255) = 64.33%

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 14.62%
G = 64.33%
B = 21.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#32DC48 (or 0x32DC48) is known color: Lime Green. HEX triplet: 32, DC and 48. RGB value is (50,220,72). Sum of RGB (Red+Green+Blue) = 50+220+72=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC48 is #CD23B7. Grayscale: #989898. Windows color (decimal): -13444024 or 4774962. OLE color: 4774962.

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

Color convert

RGB 50 220 72 -
CMYK 0.77 0 0.67 0.14
HSL 127.76º 0.71% 0.53% -
HSV(B) 127.76º 0.77% 0.86% -
XYZ 28.08 52.33 14.75 -
YUV 152.3 82.68 55.03 -
System Red Green Blue C M Y K H S L
Decimal 50 220 72 0.77 0 0.67 0.14 127.76 0.71 0.53
Hex 32 DC 48 4D 0 43 E 80 47 35
Octal 62 334 110 115 0 103 16 200 107 65
Binary 110010 11011100 1001000 1001101 0 1000011 1110 10000000 1000111 110101

Color Harmonies of #32DC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DC48

Black with #32DC48

Text Example


Text Example

White with #32DC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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