Html Css Color HEX #20DD32 Lime Green

📋 copy color: '#20DD32'

red 32 ◦ green 221 ◦ blue 50

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

Shades of Lime Green #20DD32

Tints of Lime Green #20DD32

RGB

 RED value IS 32 (12.89% from 255) = 10.56%

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

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 10.56%
G = 72.94%
B = 16.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#20DD32 (or 0x20DD32) is known color: Lime Green. HEX triplet: 20, DD and 32. RGB value is (32,221,50). Sum of RGB (Red+Green+Blue) = 32+221+50=303 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.56% from 303); Green value is 221 (86.72% from 255 or 72.94% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DD32 is #DF22CD. Grayscale: #919191. Windows color (decimal): -14623438 or 3333408. OLE color: 3333408.

HSL color Cylindrical-coordinate representation of color #20DD32: hue angle of 125.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DD32 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 221 50 -
CMYK 0.86 0 0.77 0.13
HSL 125.71º 0.75% 0.5% -
HSV(B) 125.71º 0.86% 0.87% -
XYZ 27.03 52.25 11.68 -
YUV 145 74.38 47.4 -
System Red Green Blue C M Y K H S L
Decimal 32 221 50 0.86 0 0.77 0.13 125.71 0.75 0.5
Hex 20 DD 32 56 0 4D D 7E 4B 32
Octal 40 335 62 126 0 115 15 176 113 62
Binary 100000 11011101 110010 1010110 0 1001101 1101 1111110 1001011 110010

Color Harmonies of #20DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD32

Black with #20DD32

Text Example


Text Example

White with #20DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20DD32; }

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

 H1.HeaderClassName
 {
   color: #20DD32;
 }
 .AnyTagClassName
 {
   color: #20DD32;
 }
</style>

background-color css

<style>
 a { background-color: #20DD32; }

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

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

border-color css

<style>
 span { border-color: #20DD32; }

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

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