#20e82d

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

Shades of Lime Green #20E82D

Tints of Lime Green #20E82D

Color information

#20E82D (or 0x20E82D) is unknown color: approx Lime Green. HEX triplet: 20, E8 and 2D. RGB value is (32,232,45). Sum of RGB (Red+Green+Blue) = 32+232+45=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 232 (91.02% from 255 or 75.08% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 232 - color contains mainly: green. Hex color #20E82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20E82D is #DF17D2. Grayscale: #979797. Windows color (decimal): -14620627 or 3008544. OLE color: 3008544.

HSL color Cylindrical-coordinate representation of color #20E82D: hue angle of 123.9º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E82D is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB3223245-
CMYK0.8600.810.09
HSL123.9º81.3%51.76%-
HSV(B)123.9º86.21%90.98%-
XYZ29.9358.2112.14-
YUV150.8868.2443.21-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 232 (91.02% from 255) = 75.08%
BLUE value IS 45 (17.97% from 255) = 14.56%
R=10.36%
G=75.08%
B=14.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal32232450.8600.810.09123.981.351.76
Hex20E82D5605197c5134
Octal403505512601211117412164
Binary10000011101000101101101011001010001100111111001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20e82d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,232,45); }

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

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

 a { background-color: rgb(32,232,45); }

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

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

 span { border-color: rgb(32,232,45); }

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