Html Css Color HEX #32DC44 Lime Green

📋 copy color: '#32DC44'

red 50 ◦ green 220 ◦ blue 68

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

Shades of Lime Green #32DC44

Tints of Lime Green #32DC44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.12%

R = 14.79%
G = 65.09%
B = 20.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#32DC44 (or 0x32DC44) is known color: Lime Green. HEX triplet: 32, DC and 44. RGB value is (50,220,68). Sum of RGB (Red+Green+Blue) = 50+220+68=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC44 is #CD23BB. Grayscale: #989898. Windows color (decimal): -13444028 or 4512818. OLE color: 4512818.

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

Color convert

RGB 50 220 68 -
CMYK 0.77 0 0.69 0.14
HSL 126.35º 0.71% 0.53% -
HSV(B) 126.35º 0.77% 0.86% -
XYZ 27.95 52.28 14.09 -
YUV 151.84 80.68 55.36 -
System Red Green Blue C M Y K H S L
Decimal 50 220 68 0.77 0 0.69 0.14 126.35 0.71 0.53
Hex 32 DC 44 4D 0 45 E 7E 47 35
Octal 62 334 104 115 0 105 16 176 107 65
Binary 110010 11011100 1000100 1001101 0 1000101 1110 1111110 1000111 110101

Color Harmonies of #32DC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DC44

Black with #32DC44

Text Example


Text Example

White with #32DC44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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