Html Css Color HEX #20DA16 Lime Green

📋 copy color: '#20DA16'

red 32 ◦ green 218 ◦ blue 22

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

Shades of Lime Green #20DA16

Tints of Lime Green #20DA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 80.15%

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

R = 11.76%
G = 80.15%
B = 8.09%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#20DA16 (or 0x20DA16) is known color: Lime Green. HEX triplet: 20, DA and 16. RGB value is (32,218,22). Sum of RGB (Red+Green+Blue) = 32+218+22=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 218 (85.55% from 255 or 80.15% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20DA16 is #DF25E9. Grayscale: #8C8C8C. Windows color (decimal): -14624234 or 1497632. OLE color: 1497632.

HSL color Cylindrical-coordinate representation of color #20DA16: hue angle of 116.94º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20DA16 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 218 22 -
CMYK 0.85 0 0.90 0.15
HSL 116.94º 0.82% 0.47% -
HSV(B) 116.94º 0.9% 0.85% -
XYZ 25.81 50.51 9.15 -
YUV 140.04 61.38 50.94 -
System Red Green Blue C M Y K H S L
Decimal 32 218 22 0.85 0 0.90 0.15 116.94 0.82 0.47
Hex 20 DA 16 55 0 5A F 75 52 2F
Octal 40 332 26 125 0 132 17 165 122 57
Binary 100000 11011010 10110 1010101 0 1011010 1111 1110101 1010010 101111

Color Harmonies of #20DA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DA16

Black with #20DA16

Text Example


Text Example

White with #20DA16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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