#20B71D

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

Shades of Lime Green #20B71D

Tints of Lime Green #20B71D

Color information

#20B71D (or 0x20B71D) is unknown color: approx Lime Green. HEX triplet: 20, B7 and 1D. RGB value is (32,183,29). Sum of RGB (Red+Green+Blue) = 32+183+29=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 183 (71.88% from 255 or 75% from 244); Blue value is 29 (11.72% from 255 or 11.89% from 244); Max value from RGB is 183 - color contains mainly: green. Hex color #20B71D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B71D is #DF48E2. Grayscale: #787878. Windows color (decimal): -14633187 or 1947424. OLE color: 1947424.

HSL color Cylindrical-coordinate representation of color #20B71D: hue angle of 118.83º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20B71D is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB3218329-
CMYK0.8300.840.28
HSL118.83º72.64%41.57%-
HSV(B)118.83º84.15%71.76%-
XYZ17.7534.266.84-
YUV120.2976.4765.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.11%
GREEN value IS 183 (71.88% from 255) = 75%
BLUE value IS 29 (11.72% from 255) = 11.89%
R=13.11%
G=75%
B=11.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal32183290.8300.840.28118.8372.6441.57
Hex20B71D530541C77492a
Octal402673512301243416711152
Binary10000010110111111011010011010101001110011101111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,183,29); }

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

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

 a { background-color: rgb(32,183,29); }

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

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

 span { border-color: rgb(32,183,29); }

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