#20B21E

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

Shades of Lime Green #20B21E

Tints of Lime Green #20B21E

Color information

#20B21E (or 0x20B21E) is unknown color: approx Lime Green. HEX triplet: 20, B2 and 1E. RGB value is (32,178,30). Sum of RGB (Red+Green+Blue) = 32+178+30=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #20B21E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20B21E is #DF4DE1. Grayscale: #757575. Windows color (decimal): -14634466 or 2011680. OLE color: 2011680.

HSL color Cylindrical-coordinate representation of color #20B21E: hue angle of 119.19º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B21E is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB3217830-
CMYK0.8200.830.30
HSL119.19º71.15%40.78%-
HSV(B)119.19º83.15%69.8%-
XYZ16.7532.246.57-
YUV117.4778.6367.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.33%
GREEN value IS 178 (69.92% from 255) = 74.17%
BLUE value IS 30 (12.11% from 255) = 12.5%
R=13.33%
G=74.17%
B=12.5%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32178300.8200.830.30119.1971.1540.78
Hex20B21E520531E774729
Octal402623612201233616710751
Binary10000010110010111101010010010100111111011101111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20B21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,178,30); }

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

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

 a { background-color: rgb(32,178,30); }

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

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

 span { border-color: rgb(32,178,30); }

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