Html Css Color HEX #20DD16 Lime Green

📋 copy color: '#20DD16'

red 32 ◦ green 221 ◦ blue 22

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

Shades of Lime Green #20DD16

Tints of Lime Green #20DD16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8%

R = 11.64%
G = 80.36%
B = 8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#20DD16 (or 0x20DD16) is known color: Lime Green. HEX triplet: 20, DD and 16. RGB value is (32,221,22). Sum of RGB (Red+Green+Blue) = 32+221+22=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 221 (86.72% from 255 or 80.36% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 221 - color contains mainly: green. Hex color #20DD16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DD16 is #DF22E9. Grayscale: #8E8E8E. Windows color (decimal): -14623466 or 1498400. OLE color: 1498400.

HSL color Cylindrical-coordinate representation of color #20DD16: hue angle of 116.98º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20DD16 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 221 22 -
CMYK 0.86 0 0.90 0.13
HSL 116.98º 0.82% 0.48% -
HSV(B) 116.98º 0.9% 0.87% -
XYZ 26.6 52.08 9.41 -
YUV 141.8 60.38 49.68 -
System Red Green Blue C M Y K H S L
Decimal 32 221 22 0.86 0 0.90 0.13 116.98 0.82 0.48
Hex 20 DD 16 56 0 5A D 75 52 30
Octal 40 335 26 126 0 132 15 165 122 60
Binary 100000 11011101 10110 1010110 0 1011010 1101 1110101 1010010 110000

Color Harmonies of #20DD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DD16

Black with #20DD16

Text Example


Text Example

White with #20DD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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