Html Css Color HEX #32DC46 Lime Green

📋 copy color: '#32DC46'

red 50 ◦ green 220 ◦ blue 70

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

Shades of Lime Green #32DC46

Tints of Lime Green #32DC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.59%

R = 14.71%
G = 64.71%
B = 20.59%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#32DC46 (or 0x32DC46) is known color: Lime Green. HEX triplet: 32, DC and 46. RGB value is (50,220,70). Sum of RGB (Red+Green+Blue) = 50+220+70=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #32DC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DC46 is #CD23B9. Grayscale: #989898. Windows color (decimal): -13444026 or 4643890. OLE color: 4643890.

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

Color convert

RGB 50 220 70 -
CMYK 0.77 0 0.68 0.14
HSL 127.06º 0.71% 0.53% -
HSV(B) 127.06º 0.77% 0.86% -
XYZ 28.01 52.31 14.41 -
YUV 152.07 81.68 55.2 -
System Red Green Blue C M Y K H S L
Decimal 50 220 70 0.77 0 0.68 0.14 127.06 0.71 0.53
Hex 32 DC 46 4D 0 44 E 7F 47 35
Octal 62 334 106 115 0 104 16 177 107 65
Binary 110010 11011100 1000110 1001101 0 1000100 1110 1111111 1000111 110101

Color Harmonies of #32DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DC46

Black with #32DC46

Text Example


Text Example

White with #32DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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