Html Css Color HEX #32DD46 Lime Green

📋 copy color: '#32DD46'

red 50 ◦ green 221 ◦ blue 70

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

Shades of Lime Green #32DD46

Tints of Lime Green #32DD46

RGB

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

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

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

R = 14.66%
G = 64.81%
B = 20.53%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#32DD46 (or 0x32DD46) is known color: Lime Green. HEX triplet: 32, DD and 46. RGB value is (50,221,70). Sum of RGB (Red+Green+Blue) = 50+221+70=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DD46 is #CD22B9. Grayscale: #999999. Windows color (decimal): -13443770 or 4644146. OLE color: 4644146.

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

Color convert

RGB 50 221 70 -
CMYK 0.77 0 0.68 0.13
HSL 127.02º 0.72% 0.53% -
HSV(B) 127.02º 0.77% 0.87% -
XYZ 28.28 52.83 14.5 -
YUV 152.66 81.35 54.78 -
System Red Green Blue C M Y K H S L
Decimal 50 221 70 0.77 0 0.68 0.13 127.02 0.72 0.53
Hex 32 DD 46 4D 0 44 D 7F 48 35
Octal 62 335 106 115 0 104 15 177 110 65
Binary 110010 11011101 1000110 1001101 0 1000100 1101 1111111 1001000 110101

Color Harmonies of #32DD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD46

Black with #32DD46

Text Example


Text Example

White with #32DD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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