#20DC1B

Color #20DC1B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #20DC1B

Tints of Lime Green #20DC1B

Color information

#20DC1B (or 0x20DC1B) is unknown color: approx Lime Green. HEX triplet: 20, DC and 1B. RGB value is (32,220,27). Sum of RGB (Red+Green+Blue) = 32+220+27=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 220 (86.33% from 255 or 78.85% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 220 - color contains mainly: green. Hex color #20DC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DC1B is #DF23E4. Grayscale: #8E8E8E. Windows color (decimal): -14623717 or 1825824. OLE color: 1825824.

HSL color Cylindrical-coordinate representation of color #20DC1B: hue angle of 118.45º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20DC1B is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB3222027-
CMYK0.8500.880.14
HSL118.45º78.14%48.43%-
HSV(B)118.45º87.73%86.27%-
XYZ26.3951.579.6-
YUV141.7963.2249.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.47%
GREEN value IS 220 (86.33% from 255) = 78.85%
BLUE value IS 27 (10.94% from 255) = 9.68%
R=11.47%
G=78.85%
B=9.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal32220270.8500.880.14118.4578.1448.43
Hex20DC1B55058E764e30
Octal403343312501301616611660
Binary1000001101110011011101010101011000111011101101001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20DC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,220,27); }

 H1.HeaderClassName
 {
   color: #20DC1B;
 }
 .AnyTagClassName
 {
   color: #20DC1B;
 }
</style>
background-color css

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

 a { background-color: rgb(32,220,27); }

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

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

 span { border-color: rgb(32,220,27); }

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