#20b31a

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

Shades of Lime Green #20B31A

Tints of Lime Green #20B31A

Color information

#20B31A (or 0x20B31A) is unknown color: approx Lime Green. HEX triplet: 20, B3 and 1A. RGB value is (32,179,26). Sum of RGB (Red+Green+Blue) = 32+179+26=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 179 (70.31% from 255 or 75.53% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 179 - color contains mainly: green. Hex color #20B31A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20B31A is #DF4CE5. Grayscale: #767676. Windows color (decimal): -14634214 or 1749792. OLE color: 1749792.

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

Color convert

RGB3217926-
CMYK0.8200.850.30
HSL117.65º74.63%40.2%-
HSV(B)117.65º85.47%70.2%-
XYZ16.932.626.38-
YUV117.676.366.94-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.50%
GREEN value IS 179 (70.31% from 255) = 75.53%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=13.50%
G=75.53%
B=10.97%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal32179260.8200.850.30117.6574.6340.2
Hex20B31A520551E764b28
Octal402633212201253616611350
Binary10000010110011110101010010010101011111011101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20b31a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,179,26); }

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

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

 a { background-color: rgb(32,179,26); }

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

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

 span { border-color: rgb(32,179,26); }

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